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

ASPxViewNavigator.GotoDateButtonItem Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.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