Class LinkBox
Displays links to non-reference data; themeable
public sealed class LinkBox : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
LinkBox
- Implements
- Inherited Members
Fields
EntityProperty
public static readonly DependencyProperty EntityProperty
Field Value
IsNavigableProperty
public static readonly DependencyProperty IsNavigableProperty
Field Value
IsReadOnlyProperty
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
NavigateCommandProperty
public static readonly DependencyProperty NavigateCommandProperty
Field Value
SurfaceProperty
public static readonly DependencyProperty SurfaceProperty
Field Value
Properties
Entity
public IEntity Entity { get; set; }
Property Value
IsNavigable
public bool IsNavigable { get; set; }
Property Value
IsReadOnly
public bool IsReadOnly { get; set; }
Property Value
NavigateCommand
public ICommand NavigateCommand { 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()