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