ResourceNavigatorPropertiesBase.EnableFirstLast Property
Specifies whether to display buttons that allows you to navigate to the first and last resources.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Web Forms:
<dx:ASPxResourceNavigator ID="ASPxResourceNavigator1" runat="server" MasterControlID="ASPxScheduler1">
<Properties EnableFirstLast="true" />
</dx:ASPxResourceNavigator>
MVC:
scheduler.ResourceNavigator.EnableFirstLast = true;
See Also