Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxacDefault Constant

Stores the default TdxAlphaColor value that corresponds to a skin-determined color.

#Declaration

Delphi
const dxacDefault = TdxAlphaColors.Default;

#Remarks

The dxacDefault value indicates that a UI element in a DevExpress control has a skin-dependent color.

dxacDefaultis a TdxAlphaColor counterpart of the clDefault TColor constant declared in the VCL library.

#Direct dxacDefault Constant References

The following properties use dxacDefault as the default value:

TdxCustomScrollbarAnnotation.Color
Specifies the scrollbar annotation’s color.
TdxCustomRangeControlStyle.ElementBorderColor
Specifies the color of all border lines within the range control‘s boundaries.
TdxCustomRangeControlStyle.OutOfRangeColor
Specifies the color used to paint the content area outside the selected range.
TdxCustomRangeControlStyle.SelectionBorderColor
TdxCustomRangeControlStyle.SelectionColor
TdxRangeControlClientStyle.GridLineColor
Specifies the color of all tickmark lines within the range control’s content area.
TdxRangeControlClientStyle.RulerColor
Specifies the range control’s ruler color.
TdxRangeControlDateTimeHeaderClientStyle.RulerHeaderColor
Specifies the scale header’s background color.
TdxRangeControlDateTimeHeaderClientStyle.RulerHeaderHotColor
Specifies the color used to paint the hot-tracked scale header.
TdxGaugeDigitalScaleOptionsView.SegmentColorOff
Specifies the color of the “offline” segments of a digital scale‘s character display block (section).
TdxGaugeDigitalScaleOptionsView.SegmentColorOn
Specifies the color of the “online” segments of a digital scale‘s character display block (section).
TdxMapControlNavigationPanelStyle.Color

Specifies the navigation panel’s background color.

The default value of the Color property is dxacDefault.

TdxMapControlNavigationPanelStyle.ElementColor
Specifies the color used to paint a navigation panel element in the normal state.
TdxMapControlNavigationPanelStyle.ElementHotColor
Specifies the color used to paint a hot-tracked navigation panel element.
TdxMapControlNavigationPanelStyle.ElementPressedColor
Specifies the color used to paint a pressed navigation panel element.
TdxCustomMapItemStyle.BorderColor
Specifies the map item‘s border color.
TdxCustomMapItemStyle.Color
Specifies the map item‘s background color.
TdxCustomMapItemStyle.TextColor
Specifies the font color applied to the map item‘s title text.
TdxCustomMapItemStyle.TextGlowColor
Specifies the color of the glow effect applied to the map item‘s title text.
See Also