DateNavigator.ShowTodayButton Property
Gets or sets a value which specifies whether the Today button is visible. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v22.1.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to show the Today button; otherwise, false. |
Remarks
Use the ShowTodayButton property to specify whether the Today button should be shown at the bottom of the DateNavigator control.
See Also