Skip to main content

ASPxViewNavigator.GotoDateButtonItem Property

Provides access to an object responsible for creating the ‘Go to Date’ button

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ViewNavigatorButtonItem GotoDateButtonItem { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.Internal.ViewNavigatorButtonItem

A DevExpress.Web.ASPxScheduler.Internal.ViewNavigatorButtonItem object.

See Also