Skip to main content

TdxBarDateCombo.ShowClearButton Property

Specifies whether to show the Clear button within a dropdown calendar.

Declaration

property ShowClearButton: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The ShowClearButton is True by default. If True, a Clear button is drawn within the calendar. This button sets TdxBarDateCombo to a NULL date value.

The ShowClearButton property is set to True.
The ShowClearButton property is set to False.
See Also