RecroGridSelectedColumns Property

Listing of columns included in the query.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
C#
protected List<RecroGridRGProperty> SelectedColumns { get; }

Property Value

ListRecroGridRGProperty
The selected columns.

See Also