Class SelectAllItem
Represents class containing infroamtion about select all item UI representation.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class SelectAllItem : NotifyPropertyChangedBase, INotifyPropertyChanged, 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 virtual 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 virtual 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 virtual 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
         
  |