Interface
IFilterViewModel

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

List<IFilterViewModel>

The children.

IsChecked

Gets or sets the value indicating whether the item is checked.

Declaration

cs-api-definition
bool? IsChecked { get; set; }

Property Value

bool?

The value indicating whether the item is checked.

Name

Gets the name displayed for the item.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

The name.

In this article
DefinitionPropertiesChildrenIsCheckedName
Not finding the help you need?
Contact Support