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