Class GridListBoxSelectionCurrentCellOptions
Defines the constants that can be specified for the behavior and appearance of the current cell when ListBoxSelectionMode was set.
Inheritance
System.Object
GridListBoxSelectionCurrentCellOptions
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridListBoxSelectionCurrentCellOptions : Enum
Fields
HideCurrentCell
Don't select a current cell in current row.
Declaration
public const GridListBoxSelectionCurrentCellOptions HideCurrentCell
Field Value
| Type |
|---|
| GridListBoxSelectionCurrentCellOptions |
MoveCurrentCellWithMouse
For SelectionMode.MultiExtended only: move current cell when user extends selection with mouse.
Declaration
public const GridListBoxSelectionCurrentCellOptions MoveCurrentCellWithMouse
Field Value
| Type |
|---|
| GridListBoxSelectionCurrentCellOptions |
None
When a current cell is in current row, draw it with same color as used for highlighting the whole record.
Declaration
public const GridListBoxSelectionCurrentCellOptions None
Field Value
| Type |
|---|
| GridListBoxSelectionCurrentCellOptions |
WhiteCurrentCell
When a current cell is in current row, draw it with original cell background color.
Declaration
public const GridListBoxSelectionCurrentCellOptions WhiteCurrentCell
Field Value
| Type |
|---|
| GridListBoxSelectionCurrentCellOptions |