ClassSelectable
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:
cs-api-definition
public class Selectable : ISelectable, INotifyPropertyChanged, INamed
Inheritance: objectSelectable
Implements:
Properties
DisplayName
Gets the display-friendly name.
IsSelected
Gets the item this ISelectable is responsible for.
Methods
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements