Class LinkGroupExpander
public class LinkGroupExpander : Selector, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, ICommandSource
- Inheritance
-
LinkGroupExpander
- Implements
- Inherited Members
- Extension Methods
Fields
MouseOverBackgroundProperty
public static readonly DependencyProperty MouseOverBackgroundProperty
Field Value
SelectItemBackgroundProperty
public static readonly DependencyProperty SelectItemBackgroundProperty
Field Value
SelectItemFlagForegroundProperty
public static readonly DependencyProperty SelectItemFlagForegroundProperty
Field Value
SelectedLinkProperty
public static readonly DependencyProperty SelectedLinkProperty
Field Value
Properties
AccentKey
public static ComponentResourceKey AccentKey { get; }
Property Value
Command
Gets the command that will be executed when the command source is invoked.
public ICommand Command { get; set; }
Property Value
- ICommand
The command that will be executed when the command source is invoked.
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed.
public object CommandParameter { get; set; }
Property Value
- object
The command specific data.
CommandTarget
The object that the command is being executed on.
public IInputElement CommandTarget { get; set; }
Property Value
- IInputElement
The object that the command is being executed on.
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
ListBoxItemKey
public static ComponentResourceKey ListBoxItemKey { get; }
Property Value
MouseOverBackground
public Brush MouseOverBackground { get; set; }
Property Value
SelectItemBackground
public Brush SelectItemBackground { get; set; }
Property Value
SelectItemFlagForeground
public Brush SelectItemFlagForeground { get; set; }
Property Value
SelectedLink
public IAction SelectedLink { get; set; }