Back to Devexpress

TdxWheelPickerWheels Class

vcl-dxwheelpicker-ece78cec.md

latest1.5 KB
Original Source

TdxWheelPickerWheels Class

A collection of wheels in generic value wheel picker editors.

Declaration

delphi
TdxWheelPickerWheels = class(
    TcxOwnedInterfacedCollection,
    IdxGalleryGroups
)

Remarks

This class introduces members that allow you to do the following:

  • Add a wheel to the collection (Add);

  • Access individual wheels stored in the collection (Items).

A TdxWheelPickerWheels object is referenced by a generic value wheel picker editor’s Properties.Wheels property. At design time, you can manage wheels and their items using the collection editor provided by this property.

Implements

IdxGalleryGroups

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TdxWheelPickerWheels

See Also

TdxWheelPickerWheels Members

dxWheelPicker Unit