Selectable
Class
A wrapper over an object that exposes properties for selection of that item.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public class Selectable : ISelectable, INotifyPropertyChanged, INamed
Inheritance: objectSelectable
Implements:
Properties
Gets the display-friendly name.
C#
public string DisplayName { get; }
Implements:
Gets the item this ISelectable is responsible for.
C#
public bool? IsSelected { get; set; }
Implements:
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: