Click or drag to resize

IRendererHasRecords Property

Interrogates the control to determine if it has any data records. Typically this is determined by calling HasRecords on the renderer's IMapper. Safe to call even when there is IMapper on the renderer.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool HasRecords { get; }

Property Value

Type: Boolean
See Also