Class FilterItemViewModel
Represents a view model for the items in the filtering popup tree.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FilterItemViewModel : SelectAllItem, INotifyPropertyChanged, IFilterViewModel
Constructors
FilterItemViewModel(String, SelectAllItem)
Initializes a new instance of the Filter
Declaration
public FilterItemViewModel(string name, SelectAllItem selectAll)
Parameters
System. The name. |
Select The select all. |
Properties
Children
Gets or sets the children of the item.
Declaration
public override List<IFilterViewModel> Children { get; set; }
Property Value
System. The children. |
Overrides
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
public override bool? IsChecked { get; set; }
Property Value
System. The value indicating whether the item is checked. |
Overrides
Name
Gets the name displayed for the item.
Declaration
public override string Name { get; }
Property Value
System. The name. |
Overrides
SelectAll
Gets the select all item.
Declaration
protected SelectAllItem SelectAll { get; }
Property Value
Select The select all item. |