Class Selectable
A wrapper over an object that exposes properties for selection of that item.
Inheritance
System.Object
Selectable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class Selectable : 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 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
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|