ClassSelectAllItem
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:
cs-api-definition
public class SelectAllItem : NotifyPropertyChangedBase, IFilterViewModel
Inheritance: objectSelectAllItem
Implements:
Constructors
SelectAllItem(List<IFilterViewModel>)
Initializes a new instance of the SelectAllItem class.
Declaration
cs-api-definition
public SelectAllItem(List<IFilterViewModel> allItems)
Parameters
allItems
All items.
Fields
SelectAllName
The name of the select all item.
Properties
Children
Gets or sets the children of the item.
Declaration
cs-api-definition
public List<IFilterViewModel> Children { get; set; }
Property Value
The children.
Implements
Events
IsCheckedChanged
Occurs when is checked changed.