ClassFilterItemViewModel
Represents a view model for the items in the filtering popup tree.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FilterItemViewModel : NotifyPropertyChangedBase, IFilterViewModel
Inheritance: objectFilterItemViewModel
Derived Classes:
Implements:
Constructors
FilterItemViewModel(string, SelectAllItem)
Initializes a new instance of the FilterItemViewModel class.
Declaration
public FilterItemViewModel(string name, SelectAllItem selectAll)
Parameters
name
The name.
selectAll
The select all.
Properties
Children
Gets or sets the children of the item.
Declaration
public virtual List<IFilterViewModel> Children { get; set; }
Property Value
The children.
Implements
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
public virtual bool? IsChecked { get; set; }
Property Value
bool?
The value indicating whether the item is checked.
Implements
Name
Gets the name displayed for the item.
Declaration
public string Name { get; }
Property Value
The name.
Implements
SelectAll
Gets the select all item.
Declaration
protected SelectAllItem SelectAll { get; }
Property Value
The select all item.