TdxBarDateCombo.ShowDayText Property
Specifies whether the day name is displayed within the date combo.
Declaration
property ShowDayText: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the ShowDayText property to specify the visibility of the day name. If set to True, the day name is visible; otherwise, it is hidden. The image below shows the same date combo when the ShowDayText property is set to True and False respectively.
See Also