Back to Devexpress

DefaultBarItemNames.Items_Home_Navigate_GotoToday Field

wpf-devexpress-dot-xpf-dot-scheduling-dot-defaultbaritemnames-dot-items-underscore-home-underscore-navigate-underscore-gototoday.md

latest2.2 KB
Original Source

DefaultBarItemNames.Items_Home_Navigate_GotoToday Field

Returns the Items_Home_Navigate_GotoToday string. Identifies a button that navigates to the current date.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public const string Items_Home_Navigate_GotoToday = "Items_Home_Navigate_GotoToday"
vb
Public Const Items_Home_Navigate_GotoToday As String = "Items_Home_Navigate_GotoToday"

Field Value

Type
String

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Items_Home_Navigate_GotoToday field.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-scheduler-customize-built-in-ribbon-control/CS/SchedulerRibbonExample/MainWindow.xaml#L24

xml
<!--Remove the Go to Today item on the Home tab, in the Navigate group.-->
<dxb:RemoveAction ElementName="{x:Static Member=dxsch:DefaultBarItemNames.Items_Home_Navigate_GotoToday }" />
<!--Disable the Appointment group on the Home tab.-->

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Xpf.Scheduling Namespace