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

TdxCustomRangeControlStyle.OutOfRangeColor Property

Specifies the color used to paint the content area outside the selected range.

#Declaration

Delphi
property OutOfRangeColor: TdxAlphaColor read; write; default dxacDefault;

#Property Value

Type Default
TdxAlphaColor dxacDefault

#Remarks

Use this property to specify the color of the content area unoccupied by the selected range.

To change the selected range’s color, use the Color property. Additionally, you can use the ElementBorderColor property to change the color of all borders within the range control.

The default value of the OutOfRangeColor property is dxacDefault.

See Also