WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridListBoxSelectionCurrentCellOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

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