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

InformationDataProviderBase.MaxVisibleResultCount Property

Specifies the number of displayed results requested.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue(1)]
public int MaxVisibleResultCount { get; set; }

Property Value

Type Default Description
Int32 1

A Int32 value specifying the number of displayed results requested.

See Also