RecroGridSelectedColumns Property

Listing of columns included in the query.

Definition

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

Property Value

IEnumerableRecroGridRGProperty
The selected columns.

See Also