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
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 |