TcxVerticalGridDateTimeHandling Class
Contains settings that determine how a vertical grid control shows and filters out date-time values.
Declaration
TcxVerticalGridDateTimeHandling = class(
TcxControlOptionsDateTimeHandling
)
Remarks
This class does not introduce any new public members. It only publishes properties implemented in ancestor classes, and sets the new default MonthFormat month and YearFormat year format patterns declared as the cxSvgMonthFormat and cxSvgYearFormat resource strings, respectively.
Refer to the ancestor class description for detailed information on available options.
A vertical grid control’s DateTimeHandling property references a TcxVerticalGridDateTimeHandling object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxControlOptions
TcxControlOptionsDateTimeHandling
TcxVerticalGridDateTimeHandling
See Also