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.v19.1.dll

Declaration

public ViewNavigatorButtonItem GotoDateButtonItem { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.Internal.ViewNavigatorButtonItem

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

See Also