SelectAllItem
Class
Represents class containing infroamtion about select all item UI representation.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class SelectAllItem : NotifyPropertyChangedBase, INotifyPropertyChanged, IFilterViewModel
Inheritance: objectNotifyPropertyChangedBaseSelectAllItem
Derived Classes:
Implements:
Inherited Members
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
Children
List<IFilterViewModel>
Gets or sets the children of the item.
C#
public virtual List<IFilterViewModel> Children { get; set; }
The children.
Implements:
Gets or sets the value indicating whether the item is checked.
C#
public virtual bool? IsChecked { get; set; }
The value indicating whether the item is checked.
Implements:
Events
Occurs when is checked changed.
C#
public event EventHandler IsCheckedChanged