Class
Selectable

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: INamedINotifyPropertyChangedISelectable

Properties

DisplayName

Gets the display-friendly name.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

string

Implements INamed.DisplayName

IsSelected

Gets the item this ISelectable is responsible for.

Declaration

cs-api-definition
public bool? IsSelected { get; set; }

Property Value

bool?

Implements ISelectable.IsSelected

Item

Gets or sets a value that indicates if the Item is selected or not.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

Implements ISelectable.Item

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged