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:
Properties
Gets the item this ISelectable is responsible for.
C#
bool? IsSelected { get; set; }