Skip to main content

DateEdit.ShowToday Property

Gets or sets whether to display Today within the dropdown calendar. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool ShowToday { get; set; }

#Property Value

Type Description
Boolean

true to display Today; otherwise, false.

#Remarks

Clicking Today highlights the current date.

DateEdit_ShowToday

See Also