Class SelectAllItem
Represents class containing infroamtion about select all item UI representation.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SelectAllItem : NotifyPropertyChangedBase, IFilterViewModel
Constructors
SelectAllItem(List<IFilterViewModel>)
Initializes a new instance of the SelectAllItem class.
Declaration
public SelectAllItem(List<IFilterViewModel> allItems)
Parameters
System.Collections.Generic.List<IFilterViewModel>
allItems
All items. |
Fields
SelectAllName
The name of the select all item.
Declaration
public static readonly string SelectAllName
Field Value
System.String
|
Properties
Children
Gets or sets the children of the item.
Declaration
public List<IFilterViewModel> Children { get; set; }
Property Value
System.Collections.Generic.List<IFilterViewModel>
The children. |
Implements
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
public Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether the item is checked. |
Implements
Name
Gets the name displayed for the item.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
Implements
Events
IsCheckedChanged
Occurs when is checked changed.
Declaration
public event EventHandler IsCheckedChanged
Event Type
System.EventHandler
|