Class Selectable
A wrapper over an object that exposes properties for selection of that item.
Inheritance
System.Object
Selectable
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class Selectable : Object, ISelectable, INotifyPropertyChanged, INamed
Properties
DisplayName
Gets the display-friendly name.
Declaration
public string DisplayName { get; }
Property Value
System.
|
Implements
IsSelected
Gets the item this ISelectable is responsible for.
Declaration
public Nullable<bool> IsSelected { get; set; }
Property Value
System.
|
Implements
Item
Gets or sets a value that indicates if the Item is selected or not.
Declaration
public object Item { get; }
Property Value
System.
|
Implements
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|