SelectAllItem
Class
Represents class containing infroamtion about select all item UI representation.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class SelectAllItem : NotifyPropertyChangedBase, IFilterViewModel
Inheritance: objectSelectAllItem
Implements:
Constructors
Initializes a new instance of the SelectAllItem class.
C#
public SelectAllItem(List<IFilterViewModel> allItems)
All items.
Fields
The name of the select all item.
C#
public static readonly string SelectAllName
Properties
Gets or sets the children of the item.
C#
public List<IFilterViewModel> Children { get; set; }
The children.
Implements:
Gets or sets the value indicating whether the item is checked.
C#
public bool? IsChecked { get; set; }
The value indicating whether the item is checked.
Implements:
Events
Occurs when is checked changed.
C#
public event EventHandler IsCheckedChanged