Skip to main content

TcxCustomGridTableDateTimeHandling Properties

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
Name Description
DateFormat protected Specifies the format pattern for grouping values created using the date part of item values.
Filters Specifies a set of date/time filter options that determine time periods to be included into filter dropdowns as filter conditions.
GridView Provides access to the View to which the option set is applied.
Grouping protected Specifies a date/time grouping option that determines time periods to be used as grouping values in group rows.
HourFormat protected Specifies the format pattern for grouping values created using hours.
IgnoreTimeForFiltering Specifies whether the time part of date/time item values is ignored when filtering by these values.
MonthFormat Specifies the format pattern for filter conditions and grouping values created using months.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
UseLongDateFormat protected Specifies whether the LongDateFormat global variable provides the default format pattern for grouping values created using the date part of item values.
UseShortTimeFormat protected Specifies whether ShortTimeFormat provides the default format pattern for grouping values created using hours.
YearFormat Specifies the format pattern for filter conditions and grouping values created using years.
See Also