Skip to main content
All docs
V26.1
  • DateNavigationPanel.ShowText Property

    Gets or sets whether to display the text in the panel that indicates the currently visible interval. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool ShowText { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to display the text that indicates the currently visible interval; otherwise, false.

    Remarks

    Use the DisplayText property to get the text displayed in the panel. Refer to the following help topic for more information: Date Navigation Panel.

    See Also