Class
SelectAll

A special case of ISelectable that is used to select or deselect all other items in a SelectionCollection.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public sealed class SelectAll : ISelectable, INotifyPropertyChanged, INamed

Inheritance: objectSelectAll

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

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