Interface IFilterViewModel
Represents interface for filter view model.
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IFilterViewModel
Properties
Children
Gets or sets the children of the item.
Declaration
List<IFilterViewModel> Children { get; set; }
Property Value
System.Collections.Generic.List<IFilterViewModel>
The children. |
IsChecked
Gets or sets the value indicating whether the item is checked.
Declaration
Nullable<bool> IsChecked { get; set; }
Property Value
System.Nullable<System.Boolean>
The value indicating whether the item is checked. |
Name
Gets the name displayed for the item.
Declaration
string Name { get; }
Property Value
System.String
The name. |