Enum
GridViewSelectionUnit

Defines the selection units used in GridViewDataControl.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public enum GridViewSelectionUnit

Fields

Cell

Only cells are selectable.

Declaration

cs-api-definition
Cell = 1

Field Value

GridViewSelectionUnit

FullRow

Only rows are selectable.

Declaration

cs-api-definition
FullRow = 2

Field Value

GridViewSelectionUnit

Mixed

Both rows and cells are selectable.

Declaration

cs-api-definition
Mixed = 3

Field Value

GridViewSelectionUnit

In this article
DefinitionFieldsCellFullRowMixed
Not finding the help you need?
Contact Support