Back to Devexpress

TcxGridTableDateTimeHandling Class

vcl-cxgridtableview-705ab3e4.md

latest2.1 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridTableDateTimeHandling TcxGridTableDateTimeHandling

See Also

TcxCustomGridTableItem.DateTimeGrouping

TcxGridTableDateTimeHandling Members

cxGridTableView Unit