Click or drag to resize
OGPropertiesDisplay3dButtons Property
Gets or sets a value to show that row and column headers should be drawn raised (like a button) or normally.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(true)]
public bool Display3dButtons { get; set; }

Property Value

Type: Boolean
true if grid headers are drawn with a raising effect; false otherwise.
See Also