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.String
|
Implements
IsSelected
Gets the item this ISelectable is responsible for.
Declaration
public Nullable<bool> IsSelected { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Implements
Item
Gets or sets a value that indicates if the Item is selected or not.
Declaration
public object Item { get; }
Property Value
System.Object
|
Implements
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|