Skip to main content

TdxCustomColorEdit Class

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

Declaration

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.

See Also