TdxCustomRangeControlStyle.OutOfRangeColor Property
Specifies the color used to paint the content area outside the selected range.
Declaration
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