Click or drag to resize
GridControlProperties Property
Gets a reference to the OGProperties object associated with this GridControl object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public OGProperties Properties { get; }

Property Value

Type: OGProperties
This object maintains display and print properties of a grid, such as margins, header/footer, and colors of grid lines.
See Also