TdxCustomWheelPicker Class
Serves as the base class for classes that implement wheel picker editors.
Declaration
TdxCustomWheelPicker = class(
TcxCustomEdit
)
Remarks
The TdxCustomWheelPicker class does not introduce any new public members except for initializing the AutoSize property to False. TdxCustomWheelPicker descendants include:
TdxWheelPicker, the generic value wheel picker editor;
TdxCustomNumericWheelPicker, the base class for classes that implement date-time and numeric value wheel picker editors.
Inheritance
See Also