Class SelectionCollection
A class that implements the logic for item selection and creation of a Condition for filtering.
Inheritance
System.Object
SelectionCollection
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class SelectionCollection : ReadOnlyCollection<ISelectable>, INotifyPropertyChanged
Properties
IsAllSelected
Gets or sets whether all items should be selected and pass the produced SetCondition filter or unselected and filtered.
Declaration
public Nullable<bool> IsAllSelected { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|