Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableDateTimeHandling Class

Contains a set of options that determine the manner in which columns that display date/time values are filtered or grouped, and how their values are displayed when filtering or grouping is applied.

#Declaration

Delphi
TcxGridTableDateTimeHandling = class(
    TcxCustomGridTableDateTimeHandling
)

#Remarks

This class does not introduce any new functionality, but instead publishes properties that affect grouping functionality, as follows:

Use a tabular View’s DateTimeHandling property to access an instance of the TcxGridTableDateTimeHandling class.

See Also