Interface ISelectorItem
An interface that is implemented by classes which are used from the selector controls.
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface ISelectorItem
Properties
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
SelectionHelper
Gets or sets the selection helper.
Declaration
SelectionHelper SelectionHelper { get; set; }
Property Value
SelectionHelper
|