Enum SelectedRecordsChangedType
Defines the constants that specifies the kind of action for SelectedRecordsChangedEventArgs
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public enum SelectedRecordsChangedType
Fields
Name | Description |
---|---|
Added | A record is or was added to the SelectedRecords collection. |
Removed | A record is or was removed from the SelectedRecords collection. |
Reset | The SelectedRecords collection is or was cleared. |