Table of Contents

Class CollectionLink

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
[TemplatePart(Name = "PART_PopoutLink", Type = typeof(Hyperlink))]
public class CollectionLink : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IVisitor<Task>
Inheritance
CollectionLink
Implements
Inherited Members

Fields

public static readonly DependencyProperty CollectionProperty

Field Value

DependencyProperty
public static readonly DependencyProperty SurfaceProperty

Field Value

DependencyProperty

Properties

public EntityCollectionProperty Collection { get; set; }

Property Value

EntityCollectionProperty
public ISurface Surface { get; set; }

Property Value

ISurface

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()
public Task PopOutAsync<T>() where T : IEntity<T>

Returns

Task

Type Parameters

T