Enum GridBorderSide
Defines the constants that specifies the sides of a rectangle which applies the border.
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
[Flags]
public enum GridBorderSide
Fields
| Name | Description |
|---|---|
| All | A three-dimensional border on all four edges and fill the middle of the rectangle with the color defined for three-dimensional controls. |
| Bottom | A three-dimensional border on the bottom side of the rectangle. |
| Left | A three-dimensional border on the left edge of the control. |
| Right | A three-dimensional border on the right side of the rectangle. |
| Top | A three-dimensional border on the top edge of the rectangle. |