Skip to main content
A newer version of this page is available. .

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

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