New to Telerik UI for WPFStart a free 30-day trial

ISelectable

Interface

An interface for the selection of an item.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

C#
public interface ISelectable

Derived Classes: SelectAllSelectable

Properties

Gets the item this ISelectable is responsible for.

C#
bool? IsSelected { get; set; }

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

C#
object Item { get; }
In this article
DefinitionPropertiesIsSelectedItem
Not finding the help you need?
Contact Support