Enum GridListBoxSelectionColorOptions
Defines the constants that can be specified for the appearance of selected cells in the grid.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum GridListBoxSelectionColorOptions
Fields
Name | Description |
---|---|
ApplySelectionColor | Set BackColor and TextColor in PrepareViewStyleInfo. |
DrawAlphablend | Draw alpha-blend color over selected row. |
InvertCells | Invert cells in selected rows. |
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. |