wpf-devexpress-dot-xpf-dot-scheduling-dot-defaultbaritemnames-dot-pages-underscore-home.md
Returns the Pages_Home string. Identifies the Home page.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
public const string Pages_Home = "Pages_Home"
Public Const Pages_Home As String = "Pages_Home"
| Type |
|---|
| String |
The following code snippets (auto-collected from DevExpress Examples) contain references to the Pages_Home 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.
<dxsch:SchedulerControl.RibbonActions>
<dxb:InsertAction ContainerName="{x:Static dxsch:DefaultBarItemNames.Pages_Home}" Index="6">
<dxr:RibbonPageGroup Caption="Print">
wpf-scheduler-apply-end-user-restrictions/CS/WpfApplication1/MainWindow.xaml#L46
<dxsch:SchedulerControl.RibbonActions>
<dxb:InsertAction ContainerName="{x:Static dxsch:DefaultBarItemNames.Pages_Home}" Index="6">
<dxr:RibbonPageGroup Caption="Restrictions">
wpf-scheduler-customize-built-in-ribbon-control/CS/SchedulerRibbonExample/MainWindow.xaml#L35
<!--The group contains a single button displaying information about this example.-->
<dxb:InsertAction ContainerName="{x:Static dxsch:DefaultBarItemNames.Pages_Home}" Index="6">
<dxr:RibbonPageGroup Caption="Example">
See Also