Skip to main content

TcxGridTableDateTimeHandling Members

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.

Constructors

Name Description
Create(TcxCustomGridView) Initializes a new instance of the TcxCustomGridOptions class with specified settings. Inherited from TcxCustomGridOptions.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

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

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDateFormat Returns the format pattern used to display grouping values created using the date part of item values. Inherited from TcxCustomGridTableDateTimeHandling.
GetHashCode Inherited from TObject.
GetHourFormat Returns the format pattern used to display grouping values created using hours. Inherited from TcxCustomGridTableDateTimeHandling.
GetMonthFormat Returns the format pattern used to display filter conditions and grouping values created using months. Inherited from TcxCustomGridTableDateTimeHandling.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetYearFormat Returns the format pattern used to display filter conditions and grouping values created using years. Inherited from TcxCustomGridTableDateTimeHandling.
GroupingChanged Inherited from TcxCustomGridTableDateTimeHandling.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also