ClassDateItemViewModel
Represents a view model for the date items in the filtering popup tree.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class DateItemViewModel : FilterItemViewModel, IFilterViewModel
Inheritance: objectFilterItemViewModelDateItemViewModel
Implements:
Inherited Members
Constructors
DateItemViewModel(string, int, List<IFilterViewModel>, IFilterViewModel, SelectAllItem)
Initializes a new instance of the DateItemViewModel class.
Declaration
public DateItemViewModel(string name, int numericValue, List<IFilterViewModel> children, IFilterViewModel parent, SelectAllItem selectAll)
Parameters
name
The name.
numericValue
The numeric value.
children
The children.
parent
The parent.
selectAll
The select all.
Properties
Children
Gets or sets the children of the item.
Declaration
public override List<IFilterViewModel> Children { get; set; }
Property Value
The children.
Overrides
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
public override bool? IsChecked { get; set; }
Property Value
bool?
The value indicating whether the item is checked.
Overrides
NumericValue
Gets the numeric value.
Declaration
public int NumericValue { get; }
Property Value
The numeric value.