Skip to main content
A newer version of this page is available. .

MapBounds.IsEmpty Property

Checks whether the numeric map bound parameters are empty.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v20.2.Core.dll

NuGet Packages: DevExpress.Map.Core, DevExpress.WindowsDesktop.Map.Core

Declaration

public readonly bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the numeric map bound parameters are empty; otherwise, false.

See Also