GridViewSelectionStoringMode Enum
Lists the values that specify how ASPxGridView stores keys of the selected rows.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
PerformanceOptimized
|
The GridView tries to store the keys in the fastest way. When a user selects a several rows, the grid saves the selected keys. However, when a user selects all rows, the grid begins to add only unselected row keys. |
DataIntegrityOptimized
|
The GridView always stores the keys of all selected rows. |
Related API Members
The following properties accept/return GridViewSelectionStoringMode values:
Remarks
Values listed by this enumerator are used to set the value of the ASPxGridBehaviorSettings.SelectionStoringMode property.
See Also