Skip to main content

RangeControl.OutOfRangeAreaColor Property

Gets or sets the color value of the viewport area out of the selected range. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Deprecated("Use OutOfRangeAreaBrush instead", DeprecationType.Deprecate, 1U)]
public Color OutOfRangeAreaColor { get; set; }

Property Value

Type Description
Color

A Color value.

Remarks

Note

This property is deprecated. Use the RangeControl.OutOfRangeAreaBrush property instead.

See Also