TcxFormatController.DateEditShowZeroTime Property
Switches the visibility of the time part in date editors that display values whose fractional part is equal to 0.
Declaration
property DateEditShowZeroTime: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Options include:
Value | Description | Example |
---|---|---|
True | The editor displays the time part. | |
False | The time part is hidden. |
Note
This property applies to TcxDateEdit and TcxDBDateEdit editors only if their Properties.Kind property is set to ckDateTime.
See Also