Click or drag to resize
GridControlFeatures Property
Gets a reference to the GridFeatures 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 GridFeatures Features { get; }

Property Value

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