Skip to main content
Tab

PagerSettingsEx.EnableAdaptivity Property

Specifies whether an adaptive behavior is enabled for the pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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.

See Also