Back to Devexpress

DateNavigationPanel.ShowButtons Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel-742e7632.md

latest1.3 KB
Original Source

DateNavigationPanel.ShowButtons Property

Gets or sets whether to display the Back and Next navigation buttons. 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 ShowButtons { get; set; }
vb
Public Property ShowButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Back and Next buttons; otherwise, false.

|

Remarks

Refer to the following help topic for more information: Date Navigation Panel.

See Also

DateNavigationPanel Class

DateNavigationPanel Members

DevExpress.Xpf.Scheduling Namespace