Class CollectionSelector
public class CollectionSelector : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
CollectionSelector
- Implements
- Inherited Members
Fields
ClearCommandProperty
public static readonly DependencyProperty ClearCommandProperty
Field Value
IsReadOnlyProperty
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
SelectCommandProperty
public static readonly DependencyProperty SelectCommandProperty
Field Value
SelectIconProperty
public static readonly DependencyProperty SelectIconProperty
Field Value
SurfaceProperty
public static readonly DependencyProperty SurfaceProperty
Field Value
Properties
ClearCommand
public ICommand ClearCommand { get; set; }
Property Value
IsReadOnly
public bool IsReadOnly { get; set; }
Property Value
SelectCommand
public ICommand SelectCommand { get; set; }
Property Value
SelectIcon
public Path SelectIcon { get; set; }
Property Value
Surface
public ISurface Surface { get; set; }