TcxCustomGridTableView.DateTimeHandling Property
In This Article
Provides a set of options to control the manner in which date/time values are handled in the current View.
#Declaration
Delphi
property DateTimeHandling: TcxCustomGridTableDateTimeHandling read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access settings that determine the manner in which items (columns or card rows) that display date/time values are filtered or grouped and how their values are displayed when filtering or grouping is applied. Refer to the description of the TcxCustomGridTableDateTimeHandling class for details on available options.
See Also