Class GridViewSelectionUnit
Defines the selection units used in GridViewDataControl.
Inheritance
System.Object
GridViewSelectionUnit
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GridViewSelectionUnit : Enum
Fields
Cell
Only cells are selectable.
Declaration
public const GridViewSelectionUnit Cell
Field Value
FullRow
Only rows are selectable.
Declaration
public const GridViewSelectionUnit FullRow
Field Value
Mixed
Both rows and cells are selectable.
Declaration
public const GridViewSelectionUnit Mixed
Field Value
value__
Declaration
public int value__
Field Value
System.
|