Interface ISelectable
An interface for the selection of an item.
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public interface ISelectable
Properties
IsSelected
Gets the item this ISelectable is responsible for.
Declaration
Nullable<bool> IsSelected { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Item
Gets or sets a value that indicates if the Item is selected or not.
Declaration
object Item { get; }
Property Value
System.Object
|