Skip to main content
A newer version of this page is available. .

DateControl.ShowTodayButton Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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