Back to Devexpress

TdxCustomColorEdit Class

vcl-dxcoloredit-ba7cd2b7.md

latest1.8 KB
Original Source

TdxCustomColorEdit Class

Serves as the base class for classes that implement color editors.

Declaration

delphi
TdxCustomColorEdit = class(
    TcxCustomPopupEdit
)

Remarks

This class provides properties and methods defining the basic functionality of the color editor. Use the Properties property to access the properties that control the appearance and behavior specific to the color editor. Refer to the TdxCustomColorEditProperties class description to learn about available properties that you can customize.

Inheritance

Show 16 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomPopupEdit TdxCustomColorEdit

See Also

TdxCustomColorEdit Members

dxColorEdit Unit