RecroGridRGGetDataParamSelectedColumns Property

Gets or sets the requested columns in the query.

Definition

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

Property Value

RecroGridRGProperty
The requested columns in the query.

See Also