Back to Devexpress

DefaultBarItemNames.Groups_Home_Window Field

wpf-devexpress-dot-xpf-dot-scheduling-dot-defaultbaritemnames-dot-groups-underscore-home-underscore-window.md

latest2.1 KB
Original Source

DefaultBarItemNames.Groups_Home_Window Field

Returns the Groups_Home_Window string. Identifies the Window group on the Home tab.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Field Value

Type
String

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Groups_Home_Window 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#L22

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

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Xpf.Scheduling Namespace