Click or drag to resize

RecroGridDynTEntityValidProperties Property

Gets the valid properties.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
protected IEnumerable<PropertyInfo> ValidProperties { get; }

Property Value

Type: IEnumerablePropertyInfo
The valid properties.
See Also