alexa

    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