New to Telerik UI for WinFormsStart a free 30-day trial

Represents class containing infroamtion about select all item UI representation.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class SelectAllItem : NotifyPropertyChangedBase, INotifyPropertyChanged, IFilterViewModel

Inheritance: objectNotifyPropertyChangedBaseSelectAllItem

Derived Classes: FilterItemViewModel

Implements: IFilterViewModelINotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)NotifyPropertyChangedBase.PropertyChanged

Constructors

Initializes a new instance of the SelectAllItem class.

C#
public SelectAllItem(List<IFilterViewModel> allItems)
Parameters:allItemsList<IFilterViewModel>

All items.

Fields

The name of the select all item.

C#
public static readonly string SelectAllName

Properties

Gets or sets the children of the item.

C#
public virtual List<IFilterViewModel> Children { get; set; }
Property Value:

The children.

Implements: IFilterViewModel.Children

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

C#
public virtual bool? IsChecked { get; set; }
Property Value:

The value indicating whether the item is checked.

Implements: IFilterViewModel.IsChecked

Gets the name displayed for the item.

C#
public virtual string Name { get; }
Property Value:

The name.

Implements: IFilterViewModel.Name

Events

Occurs when is checked changed.

C#
public event EventHandler IsCheckedChanged