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

TcxCustomGridTableDateTimeHandling Class

Represents a set of options that control the manner in which date/time item values are handled in a View and how these values are displayed when filtering or grouping is applied

#Declaration

Delphi
TcxCustomGridTableDateTimeHandling = class(
    TcxCustomGridOptions
)

#Remarks

The TcxCustomGridTableDateTimeHandling class introduces properties that control:

TcxCustomGridTableDateTimeHandling descendants (TcxGridTableDateTimeHandling, TcxGridCardViewDateTimeHandling, TcxGridLayoutViewDateTimeHandling, and TcxGridWinExplorerViewDateTimeHandling) provide options relevant for their corresponding Views. To access settings represented by a derived class, use a View’s DateTimeHandling property.

See Also