DataGridViewSortSelectionMode

Wisej.Web.DataGridViewSortSelectionMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Defines values for specifying how the DataGridView updates the selection when it is sorted.

public enum DataGridViewSortSelectionMode : Enum

Fields

NameDescription

ClearSelection

Selection is cleared.

KeepPosition

Selected rows and cells are preserved like in Excel.

UpdatePosition

Selected rows and cells are updated with the sorting.

Used By

NameDescription

Returns or sets a value indicating how the DataGridView updates the selection of rows and cells when it's sorted.

Last updated