ClassDateItemViewModel
Represents a view model for the date items in the filtering popup tree.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class DateItemViewModel : FilterItemViewModel, INotifyPropertyChanged, IFilterViewModel
Inheritance: objectNotifyPropertyChangedBaseSelectAllItemFilterItemViewModelDateItemViewModel
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
List<IFilterViewModel>
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
List<IFilterViewModel>
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.