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

ASPxPagerBase.EnableAdaptivity Property

Specifies whether an adaptive behavior is enabled for the pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public virtual bool EnableAdaptivity { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable the adaptive behavior; otherwise, false.

Remarks

When the EnableAdaptivity property is set to true, the pager can change its size by hiding the page numbers and summary when the pager container is resized.

ASPxPager_Adaptivity

See Also