Class
SelectionCollection

A class that implements the logic for item selection and creation of a Condition for filtering.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public class SelectionCollection : ReadOnlyCollection<ISelectable>, IList<ISelectable>, ICollection<ISelectable>, IList, ICollection, IReadOnlyList<ISelectable>, IReadOnlyCollection<ISelectable>, IEnumerable<ISelectable>, IEnumerable, INotifyPropertyChanged

Inheritance: objectReadOnlyCollection<ISelectable>SelectionCollection

Implements: ICollectionICollection<ISelectable>IEnumerableIEnumerable<ISelectable>IListIList<ISelectable>INotifyPropertyChangedIReadOnlyCollection<ISelectable>IReadOnlyList<ISelectable>

Inherited Members ReadOnlyCollection<ISelectable>.Contains(ISelectable)ReadOnlyCollection<ISelectable>.CopyTo(ISelectable[], int)ReadOnlyCollection<ISelectable>.GetEnumerator()ReadOnlyCollection<ISelectable>.IndexOf(ISelectable)ReadOnlyCollection<ISelectable>.EmptyReadOnlyCollection<ISelectable>.CountReadOnlyCollection<ISelectable>.this[int]ReadOnlyCollection<ISelectable>.Items

Properties

IsAllSelected

Gets or sets whether all items should be selected and pass the produced SetCondition filter or unselected and filtered.

Declaration

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

Property Value

bool?

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged