Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxVerticalGridDateTimeHandling Class

Contains settings that determine how a vertical grid control shows and filters out date-time values.

#Declaration

Delphi
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.

See Also