RecroGridRGGetDataParamSelectedColumns Property

Gets or sets the requested columns in the query.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public RecroGridRGProperty[] SelectedColumns { get; set; }

Property Value

RecroGridRGProperty
The requested columns in the query.

See Also