Back to Devexpress

TdxCustomColorPalette Class

vcl-dxcoregraphics-3805adca.md

latest1.8 KB
Original Source

TdxCustomColorPalette Class

The base class for all classes that implement color palette containers in DevExpress products.

Declaration

delphi
TdxCustomColorPalette = class(
    TInterfacedObject,
    IdxColorPalette
)

Remarks

This class provides a basic IdxColorPalette interface implementation.

The TdxCustomColorPalette class provides the following members that allow you to:

You do not need to create instances of the TdxCustomColorPalette class. Use its descendants instead.

Implements

IdxColorPalette

Inheritance

TObject TInterfacedObject TdxCustomColorPalette

See Also

TdxAdvancedColorPalette

TdxSimpleColorPalette

TdxCustomColorPalette Members

dxCoreGraphics Unit