Class
SelectAllItem

Represents class containing infroamtion about select all item UI representation.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class SelectAllItem : NotifyPropertyChangedBase, IFilterViewModel

Inheritance: objectSelectAllItem

Implements: IFilterViewModel

Constructors

SelectAllItem(List<IFilterViewModel>)

Initializes a new instance of the SelectAllItem class.

Declaration

cs-api-definition
public SelectAllItem(List<IFilterViewModel> allItems)

Parameters

allItems

List<IFilterViewModel>

All items.

Fields

SelectAllName

The name of the select all item.

Declaration

cs-api-definition
public static readonly string SelectAllName

Field Value

string

Properties

Children

Gets or sets the children of the item.

Declaration

cs-api-definition
public List<IFilterViewModel> Children { get; set; }

Property Value

List<IFilterViewModel>

The children.

Implements IFilterViewModel.Children

IsChecked

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

Declaration

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

Property Value

bool?

The value indicating whether the item is checked.

Implements IFilterViewModel.IsChecked

Name

Gets the name displayed for the item.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name.

Implements IFilterViewModel.Name

Events

IsCheckedChanged

Occurs when is checked changed.

Declaration

cs-api-definition
public event EventHandler IsCheckedChanged

Event Value

EventHandler