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.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
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