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 Date
Declaration
public DateItemViewModel(string name, int numericValue, List<IFilterViewModel> children, IFilterViewModel parent, SelectAllItem selectAll)
Parameters
System. The name. |
System. The numeric value. |
System. The children. |
IFilter The parent. |
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 Nullable<bool> IsChecked { get; set; }
Property Value
System. The value indicating whether the item is checked. |
Overrides
NumericValue
Gets the numeric value.
Declaration
public int NumericValue { get; }
Property Value
System. The numeric value. |