ClassSelectAllItem
Class
Represents class containing infroamtion about select all item UI representation.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class SelectAllItem : NotifyPropertyChangedBase, INotifyPropertyChanged, IFilterViewModel
Inheritance: objectNotifyPropertyChangedBaseSelectAllItem
Derived Classes:
Implements:
Inherited Members
Constructors
SelectAllItem(List<IFilterViewModel>)
Initializes a new instance of the SelectAllItem class.
Declaration
cs-api-definition
public SelectAllItem(List<IFilterViewModel> allItems)
Parameters
allItems
List<IFilterViewModel>
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 virtual List<IFilterViewModel> Children { get; set; }
Property Value
List<IFilterViewModel>
The children.
Implements
Events
IsCheckedChanged
Occurs when is checked changed.