Skip to main content

TcxCustomGridTableDateTimeHandling.UseLongDateFormat Property

Specifies whether the LongDateFormat global variable provides the default format pattern for grouping values created using the date part of item values.

Declaration

property UseLongDateFormat: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to specify that the LongDateFormat global variable provides the format pattern when the DateFormat property is set to an empty string.

The resulting format pattern that will be used to format grouping values created using the date part of date/time item values is determined by the GetDateFormat function.

The default value of the UseLongDateFormat property is True.

See Also