InterfaceISelectorItem
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:
cs-api-definition
public interface ISelectorItem
Properties
IsSelected
Gets or sets a value indicating whether this instance is selected.
SelectionHelper
Gets or sets the selection helper.
Declaration
cs-api-definition
SelectionHelper SelectionHelper { get; set; }
Property Value