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

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:

C#
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

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

C#
public bool? IsAllSelected { get; set; }

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged