dxacDefault Constant
Stores the TdxAlphaColor equivalent of the clDefault TColor value.
Declaration
const dxacDefault = TdxAlphaColors.Default;
Remarks
A DevExpress control chooses the color for painting a transparent UI element automatically (based on the current Look & Feel settings, for instance) if the corresponding property is set to dxacDefault.
See Also