Class
FilterItemViewModel

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:

cs-api-definition
public class FilterItemViewModel : NotifyPropertyChangedBase, IFilterViewModel

Inheritance: objectFilterItemViewModel

Derived Classes: DateItemViewModel

Implements: IFilterViewModel

Constructors

FilterItemViewModel(string, SelectAllItem)

Initializes a new instance of the FilterItemViewModel class.

Declaration

cs-api-definition
public FilterItemViewModel(string name, SelectAllItem selectAll)

Parameters

name

string

The name.

selectAll

SelectAllItem

The select all.

Properties

Children

Gets or sets the children of the item.

Declaration

cs-api-definition
public virtual List<IFilterViewModel> Children { get; set; }

Property Value

List<IFilterViewModel>

The children.

Implements IFilterViewModel.Children

IsChecked

Gets or sets the value indicating whether the item is checked.

Declaration

cs-api-definition
public virtual bool? IsChecked { get; set; }

Property Value

bool?

The value indicating whether the item is checked.

Implements IFilterViewModel.IsChecked

Name

Gets the name displayed for the item.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name.

Implements IFilterViewModel.Name

SelectAll

Gets the select all item.

Declaration

cs-api-definition
protected SelectAllItem SelectAll { get; }

Property Value

SelectAllItem

The select all item.