TdxCustomColorEditProperties Class
In This Article
Stores attributes specific to a color editor.
#Declaration
Delphi
TdxCustomColorEditProperties = class(
TcxCustomPopupEditProperties
)
#Remarks
This object contains the following customizable attributes:
Appearance and content layout (ColorPalette, ColorSet, and OnGetCustomColorSet);
Color selection (DefaultColor);
Content layout (ItemSize).
A TdxCustomColorEditProperties object is referenced via a color editor’s Properties property.
#Inheritance
See Also