Back to Devexpress

DefaultBarItemNames.Pages_Home Field

wpf-devexpress-dot-xpf-dot-scheduling-dot-defaultbaritemnames-dot-pages-underscore-home.md

latest2.9 KB
Original Source

DefaultBarItemNames.Pages_Home Field

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

Declaration

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

Field Value

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.

wpf-scheduler-use-scheduler-report-to-print-and-export-appointments/CS/PrintingExample/MainWindow.xaml#L29

xml
<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

xml
<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

xml
<!--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

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Xpf.Scheduling Namespace