InterfaceIFilterViewModel
Interface
Represents interface for filter view model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public interface IFilterViewModel
Properties
Children
Gets or sets the children of the item.
Declaration
cs-api-definition
List<IFilterViewModel> Children { get; set; }
Property Value
The children.