ClassSelectionCollection
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:
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:
Inherited Members
Properties
IsAllSelected
Gets or sets whether all items should be selected and pass the produced SetCondition filter or unselected and filtered.
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements