SelectAll
Class
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:
Properties
Gets the display-friendly name.
C#
public string DisplayName { get; }
Implements:
Gets the item this ISelectable is responsible for.
C#
public bool? IsSelected { get; set; }
Implements:
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: