RecroGridGetSelectedColumns Method

Listing of columns included in the query.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected List<RecroGridRGProperty> GetSelectedColumns(
	IEnumerable<RecroGridRGProperty> rgProperties = null
)

Parameters

rgProperties  IEnumerableRecroGridRGProperty  (Optional)
 

Field Value

ListRecroGridRGProperty
The selected columns.

See Also