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.v19.1.dll

Declaration

public int MaxVisibleResultCount { get; set; }

Property Value

Type Default Description
Int32 1

A Int32 value specifying the number of displayed results requested.

See Also