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 Select
Declaration
public SelectAllItem(List<IFilterViewModel> allItems)
Parameters
System. All items. |
Fields
SelectAllName
The name of the select all item.
Declaration
public static readonly string SelectAllName
Field Value
System.
|
Properties
Children
Gets or sets the children of the item.
Declaration
public List<IFilterViewModel> Children { get; set; }
Property Value
System. 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. 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. The name. |
Implements
Events
IsCheckedChanged
Occurs when is checked changed.
Declaration
public event EventHandler IsCheckedChanged
Event Type
System.
|