Class GridListBoxSelectionColorOptions
Defines the constants that can be specified for the appearance of selected cells in the grid.
Inheritance
System.Object
GridListBoxSelectionColorOptions
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridListBoxSelectionColorOptions : Enum
Fields
ApplySelectionColor
Set BackColor and TextColor in PrepareViewStyleInfo.
Declaration
public const GridListBoxSelectionColorOptions ApplySelectionColor
Field Value
| Type |
|---|
| GridListBoxSelectionColorOptions |
DrawAlphablend
Draw alpha-blend color over selected row.
Declaration
public const GridListBoxSelectionColorOptions DrawAlphablend
Field Value
| Type |
|---|
| GridListBoxSelectionColorOptions |
InvertCells
Invert cells in selected rows.
Declaration
public const GridListBoxSelectionColorOptions InvertCells
Field Value
| Type |
|---|
| GridListBoxSelectionColorOptions |
None
Do not change appearance of selected cells. You can manually color cells by handling TableControlPrepareViewStyleInfo or TableControlCellDrawn events. TableControlPrepareViewStyleInfo lets you change the backcolor of cell. TableControlCellDrawn lets you draw over an already painted cell, e.g. invert or alpha-blend.
Declaration
public const GridListBoxSelectionColorOptions None
Field Value
| Type |
|---|
| GridListBoxSelectionColorOptions |