Back to Devexpress

DateNavigationPanel.ShowText Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel-08c99e69.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool ShowText { get; set; }
vb
Public Property ShowText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

DateNavigationPanel Class

DateNavigationPanel Members

DevExpress.Xpf.Scheduling Namespace