Click or drag to resize
StyleIncludeDraw3dFrame Property
Gets or sets the state of the Draw3dFrame property.

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

Property Value

Type: Boolean
true if the Draw3dFrame property is initialized and false otherwise.
See Also