Click or drag to resize

RecroGridRGEntityStoredRGProperties Property

Gets the stored RGProperties.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public IEnumerable<RecroGridRGProperty> StoredRGProperties { get; }

Property Value

Type: IEnumerableRecroGridRGProperty
The stored RGProperties.
See Also