A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.EnableAdaptivity Property
Specifies whether an adaptive behavior is enabled for the pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(false)]
public virtual bool EnableAdaptivity { get; set; }
<DefaultValue(False)>
Public Overridable Property EnableAdaptivity As Boolean
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
Feedback