Click or drag to resize

RGQueryExtentWhere Property

Gets or sets the extent where.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public List<RGQueryRGExtentWhere> ExtentWhere { get; set; }

Property Value

Type: ListRGQueryRGExtentWhere
The extent where.
See Also