menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridListBoxSelectionColorOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved