Back to Devexpress

DateNavigator.ShowTodayButton Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-88ee09ae.md

latest1.5 KB
Original Source

DateNavigator.ShowTodayButton Property

Gets or sets a value which specifies whether the Today Button is visible.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(true)]
[DefaultValue(true)]
public override bool ShowTodayButton { get; set; }
vb
<DefaultValue(True)>
<Browsable(True)>
Public Overrides Property ShowTodayButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the Today button; otherwise, false.

|

Remarks

Use this property to specify if the Today button should be shown in the bottom of the DateNavigator control, or not.

See Also

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace