Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool ShowText { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Use the DisplayText property to get the text displayed in the panel.

See Also