Skip to main content

ResourceNavigatorPagerProperties.EnableFirstLast Property

Specifies whether the “First” and “Last” toolbar buttons are enabled.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean true

true, to enable the “First” and “Last” toolbar buttons; otherwise, false.

Remarks

Use the “First” and “Last” toolbar buttons to navigate to the first and last resources in the Resource Navigator.

See Also