Skip to main content

DateControl.ShowTodayButton Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public override bool ShowTodayButton { get; set; }

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 DateControl control.

See Also