alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridShowCurrentCellBorder

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

    Inheritance
    System.Object
    GridShowCurrentCellBorder
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridShowCurrentCellBorder : Enum
    Remarks

    See ShowCurrentCellBorderBehavior.

    Fields

    AlwaysVisible

    Show current cell border / frame always.

    Declaration
    public const GridShowCurrentCellBorder AlwaysVisible
    Field Value
    Type
    GridShowCurrentCellBorder

    GrayWhenLostFocus

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

    Declaration
    public const GridShowCurrentCellBorder GrayWhenLostFocus
    Field Value
    Type
    GridShowCurrentCellBorder

    HideAlways

    Never show current cell border / frame.

    Declaration
    public const GridShowCurrentCellBorder HideAlways
    Field Value
    Type
    GridShowCurrentCellBorder

    WhenGridActive

    Show current cell border when grid is activated.

    Declaration
    public const GridShowCurrentCellBorder WhenGridActive
    Field Value
    Type
    GridShowCurrentCellBorder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved