Enum GridCellAppearance
Defines the constants that specifies the 3D-look for a cell.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridCellAppearance
Remarks
The GridCellAppearance enumeration represents the different options for the appearance of a cell that you can specify with the CellAppearance property of the GridStyleInfo class.
Examples
This example shows how to use the GridCellAppearance property enumerator.
this.gridControl1.TableStyle.CellAppearance = GridCellAppearance.Flat;
Me.gridControl1.TableStyle.CellAppearance = GridCellAppearance.Flat
Fields
Name | Description |
---|---|
Flat | Specifies that the cell is drawn flat. |
Raised | Specifies that the cell is drawn with a raised border. |
Sunken | Specifies that the cell is drawn with a sunken border. |