GridViewSelectionStoringMode Enum
In This Article
Lists the values that specify how ASPxGridView stores keys of the selected rows.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Performance
|
The Grid |
Data
|
The Grid |
#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