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

TcxGridTableView.DateTimeHandling Property

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
TcxGridTableDateTimeHandling

#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 DateTimeHandling.IgnoreTimeForFiltering and DateTimeHandling.Grouping options for a particular column, use the column’s Options.IgnoreTimeForFiltering and DateTimeGrouping properties, respectively.

See Also