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

TdxCustomDateTimeWheelPicker Class

Serves as the base class for classes that implement date-time wheel picker editors.

#Declaration

Delphi
TdxCustomDateTimeWheelPicker = class(
    TdxCustomNumericWheelPicker
)

#Remarks

A date-time wheel picker editor is a touch-friendly version of a traditional date editor. In a date-time wheel picker editor, each wheel corresponds to a particular part of a date-time value and contains a choice of possible values for this part.

The TdxCustomDateTimeWheelPicker class extends its ancestor class with the following properties:

  • DateTime, which specifies the selected date-time value;

  • Properties, which provides settings for customizing the editor’s appearance and behavior;

  • ActiveProperties, which returns the settings that are currently applied to the editor.

The TdxCustomDateTimeWheelPicker class implements all the functionality needed by its descendants, TdxDateTimeWheelPicker and TdxDBDateTimeWheelPicker, which primarily publish inherited properties and events.

See Also