Interface
ISelectable

An interface for the selection of an item.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public interface ISelectable

Properties

IsSelected

Gets the item this ISelectable is responsible for.

Declaration

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

Property Value

bool?

Item

Gets or sets a value that indicates if the Item is selected or not.

Declaration

cs-api-definition
object Item { get; }

Property Value

object

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