DateNavigator.ShowTodayButton Property
Gets or sets a value which specifies whether the Today Button is visible.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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