RecroGridGetSelectedColumns Method

Listing of columns included in the query.

Definition

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

Parameters

rgProperties  IEnumerableRecroGridRGProperty  (Optional)

[Missing <param name="rgProperties"/> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.GetSelectedColumns(System.Collections.Generic.IEnumerable{Recrovit.RecroGridFramework.RecroGrid.RGProperty})"]

Field Value

ListRecroGridRGProperty
The selected columns.

Return Value

ListRecroGridRGProperty

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.GetSelectedColumns(System.Collections.Generic.IEnumerable{Recrovit.RecroGridFramework.RecroGrid.RGProperty})"]

See Also