Skip to main content

RangeControl.OutOfRangeAreaBrush Property

Gets or sets the brush used to paint 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

public Brush OutOfRangeAreaBrush { get; set; }

Property Value

Type Description
Brush

A Windows.UI.Xaml.Media.Brush value.

See Also