Interface
ISelectorItem

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.

Declaration

cs-api-definition
bool IsSelected { get; set; }

Property Value

bool

SelectionHelper

Gets or sets the selection helper.

Declaration

cs-api-definition
SelectionHelper SelectionHelper { get; set; }

Property Value

SelectionHelper

In this article
DefinitionPropertiesIsSelectedSelectionHelper
Not finding the help you need?
Contact Support