WinForms

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

    Show / Hide Table of Contents

    Enum GridShowCurrentCellBorder

    Defines when to show or hide current cell border / frame.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridShowCurrentCellBorder
    Remarks

    See ShowCurrentCellBorderBehavior.

    Fields

    Name Description
    AlwaysVisible

    Show current cell border / frame always.

    GrayWhenLostFocus

    Show grayed current cell border when grid is not active control.

    HideAlways

    Never show current cell border / frame.

    WhenGridActive

    Show current cell border when grid is activated.

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