Class CollectionLink
[TemplatePart(Name = "PART_PopoutLink", Type = typeof(Hyperlink))]
public class CollectionLink : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IVisitor<Task>
- Inheritance
-
CollectionLink
- Implements
- Inherited Members
Fields
CollectionProperty
public static readonly DependencyProperty CollectionProperty
Field Value
SurfaceProperty
public static readonly DependencyProperty SurfaceProperty
Field Value
Properties
Collection
public EntityCollectionProperty Collection { get; set; }
Property Value
Surface
public ISurface Surface { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
PopOutAsync<T>()
public Task PopOutAsync<T>() where T : IEntity<T>
Returns
Type Parameters
T