Back to Devexpress

TdxColorPalette Enum

vcl-dxcolorgallery-e84893fa.md

latest1.1 KB
Original Source

TdxColorPalette Enum

Enumerates color palettes used in color gallery controls.

Declaration

delphi
TdxColorPalette = (
    cpOffice,
    cpExtended,
    cpStandard
);

Members

Name
cpOffice
cpExtended
cpStandard

Remarks

Options include:

ValueDescriptionSample
cpStandardThe standard color palette.
cpExtendedThe extended color palette similar to that found in Office 2000 or Office 2003.
cpOfficeThe color palette similar to that found in Office 2007 or Office 2010. This palette displays theme colors, their shades (calculated automatically), and standard colors.

See Also

dxColorGallery Unit