TcxGridCardViewDateTimeHandling Members
Contains a set of options that determine the manner in which card rows that display date/time values are filtered and how their values are displayed when filtering is appliedConstructors
| 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 protected | 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 parent grid View. Inherited from TcxCustomGridTableDateTimeHandling. |
| Grouping protected | Specifies a date/time grouping option that determines time periods to be used as grouping values in group rows. Inherited from TcxCustomGridTableDateTimeHandling. |
| HourFormat protected | Specifies the format pattern for grouping values created using hours. Inherited from TcxCustomGridTableDateTimeHandling. |
| IgnoreTimeForFiltering | Specifies if time is ignored as a filter criterion when filtering data by date/time 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 protected | 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 protected | 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 | Redraws display text for grouping date/time values. Inherited from TcxCustomGridTableDateTimeHandling. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
See Also