aspnet-devexpress-dot-web-c3c26f82.md
Lists the values that specify how ASPxGridView stores keys of the selected rows.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewSelectionStoringMode
Public Enum GridViewSelectionStoringMode
| 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.
|
The following properties accept/return GridViewSelectionStoringMode values:
Values listed by this enumerator are used to set the value of the ASPxGridBehaviorSettings.SelectionStoringMode property.
See Also