ClassSelectAll
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:
cs-api-definition
public sealed class SelectAll : ISelectable, INotifyPropertyChanged, INamed
Inheritance: objectSelectAll
Implements:
Properties
DisplayName
Gets the display-friendly name.
IsSelected
Gets the item this ISelectable is responsible for.
Methods
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements