Back to Devexpress

GridViewSelectionStoringMode Enum

aspnet-devexpress-dot-web-c3c26f82.md

latest1.5 KB
Original Source

GridViewSelectionStoringMode Enum

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

Declaration

csharp
public enum GridViewSelectionStoringMode
vb
Public Enum GridViewSelectionStoringMode

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the value of the ASPxGridBehaviorSettings.SelectionStoringMode property.

See Also

DevExpress.Web Namespace