Skip to main content
Tab

ASPxDataViewBase.AlwaysShowPager Property

Gets or sets the value that specifies whether the pager is always displayed within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true if the pager is always displayed; false if the pager can be automatically hidden when all data is represented within a single page of the control.

Remarks

This property is in effect if the PagerSettingsEx.Visible property is set to true.

See Also