New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public sealed class SelectAll : ISelectable, INotifyPropertyChanged, INamed

Inheritance: objectSelectAll

Implements: INamedINotifyPropertyChangedISelectable

Properties

Gets the display-friendly name.

C#
public string DisplayName { get; }

Implements: INamed.DisplayName

Gets the item this ISelectable is responsible for.

C#
public bool? IsSelected { get; set; }

Implements: ISelectable.IsSelected

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

C#
public object Item { get; }

Implements: ISelectable.Item

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged