Class DateItemViewModel
Represents a view model for the date items in the filtering popup tree.
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DateItemViewModel : FilterItemViewModel, IFilterViewModel
Constructors
DateItemViewModel(String, Int32, 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
System.String
name
The name. |
System.Int32
numericValue
The numeric value. |
System.Collections.Generic.List<IFilterViewModel>
children
The children. |
IFilterViewModel
parent
The parent. |
SelectAllItem
selectAll
The select all. |
Properties
Children
Gets or sets the children of the item.
Declaration
public override List<IFilterViewModel> Children { get; set; }
Property Value
System.Collections.Generic.List<IFilterViewModel>
The children. |
Overrides
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
public override Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether the item is checked. |
Overrides
NumericValue
Gets the numeric value.
Declaration
public int NumericValue { get; }
Property Value
System.Int32
The numeric value. |