TcxCustomGridTableDateTimeHandling Members
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 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. |
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. |
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. |
GetHashCode | Inherited from TObject. |
GetHourFormat | Returns the format pattern used to display grouping values created using hours. |
GetMonthFormat | Returns the format pattern used to display filter conditions and grouping values created using months. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetYearFormat | Returns the format pattern used to display filter conditions and grouping values created using years. |
GroupingChanged | |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
See Also