Table of Contents

Class CollectionSelector

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class CollectionSelector : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
CollectionSelector
Implements
Inherited Members

Fields

ClearCommandProperty

public static readonly DependencyProperty ClearCommandProperty

Field Value

DependencyProperty

IsReadOnlyProperty

public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty

SelectCommandProperty

public static readonly DependencyProperty SelectCommandProperty

Field Value

DependencyProperty

SelectIconProperty

public static readonly DependencyProperty SelectIconProperty

Field Value

DependencyProperty

SurfaceProperty

public static readonly DependencyProperty SurfaceProperty

Field Value

DependencyProperty

Properties

ClearCommand

public ICommand ClearCommand { get; set; }

Property Value

ICommand

IsReadOnly

public bool IsReadOnly { get; set; }

Property Value

bool

SelectCommand

public ICommand SelectCommand { get; set; }

Property Value

ICommand

SelectIcon

public Path SelectIcon { get; set; }

Property Value

Path

Surface

public ISurface Surface { get; set; }

Property Value

ISurface