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

DataViewSettingsBase.AlwaysShowPager Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public bool AlwaysShowPager { get; set; }

Property Value

Type Description
Boolean

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

Remarks

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

See Also