Click or drag to resize
GridControlParam Property
Returns a reference to the Param 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 Param Param { get; }

Property Value

Type: Param
The Param object for this grid.
See Also