Skip to main content

TcxCustomGridTableDateTimeHandling.GetDateFormat Method

Returns the format pattern used to display grouping values created using the date part of item values.

Declaration

function GetDateFormat: string;

Returns

Type
string

Remarks

If the DateFormat property is set to an empty string, the format pattern is determined automatically using the LongDateFormat global variable, provided that the UseLongDateFormat property is set to True. Otherwise, an empty string is returned as the resulting format string.

See Also