DateItemViewModel
Class
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:
C#
public class DateItemViewModel : FilterItemViewModel, INotifyPropertyChanged, IFilterViewModel
Inheritance: objectNotifyPropertyChangedBaseSelectAllItemFilterItemViewModelDateItemViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the DateItemViewModel class.
C#
public DateItemViewModel(string name, int numericValue, List<IFilterViewModel> children, IFilterViewModel parent, SelectAllItem selectAll)
The name.
numericValueintThe numeric value.
childrenList<IFilterViewModel>The children.
parentIFilterViewModelThe parent.
selectAllSelectAllItemThe select all.
Properties
Children
List<IFilterViewModel>
Gets or sets the children of the item.
C#
public override List<IFilterViewModel> Children { get; set; }
The children.
Overrides:
Gets or sets the value indicating whether the item is checked.
C#
public override bool? IsChecked { get; set; }
The value indicating whether the item is checked.
Overrides:
Gets the numeric value.
C#
public int NumericValue { get; }
The numeric value.