Back to Devexpress

DateNavigationPanel.ShowCalendarButton Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel-ebbf2142.md

latest1.4 KB
Original Source

DateNavigationPanel.ShowCalendarButton Property

Gets or sets whether to display the Calendar Button on the DateNavigationPanel. 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 ShowCalendarButton { get; set; }
vb
Public Property ShowCalendarButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Calendar Button; 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