Click or drag to resize
StyleBorders Property
Gets or sets the appearance of cell borders.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public CellBorders Borders { get; set; }

Property Value

Type: CellBorders
The cell borders setting.
See Also