TcxGridTableView.DateTimeHandling Property
In This Article
Provides a set of options that control the manner in which date/time values are handled in the current Table View.
#Declaration
Delphi
property DateTimeHandling: TcxGridTableDateTimeHandling read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access settings that determine the manner in which date/time value columns are filtered and grouped, and how these values are displayed when filtering or grouping is applied. Refer to the description of the TcxGridTableDateTimeHandling class for available options.
Note
To override the View’s Date
See Also