ASPxPagerBase.EnableAdaptivity Property
Specifies whether an adaptive behavior is enabled for the pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | 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