SelectionCollection
Class
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:
Inherited Members
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: