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

ResourceNavigatorPagerProperties.EnablePrevNextPage Property

Specifies whether the “PrevPage” and “NextPage” toolbar buttons are enabled.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(true)]
public bool EnablePrevNextPage { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable the “PrevPage” and “NextPage” toolbar buttons; otherwise, false.

See Also