Click or drag to resize
GridControlLoadFromOGL Method
Loads the grid from a specified OGL file.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual void LoadFromOGL(
	string path
)

Parameters

path
Type: SystemString
The path name of the OGL (Objective Grid Layout) file to load.
See Also