Skip to main content

RangeControl.FadeUnselectedArea Property

Gets or sets whether the RangeControl‘s contents are faded when out of selected range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool FadeUnselectedArea { get; set; }

Property Value

Type Default Description
Boolean true

true if the out-of-range contents are faded; otherwise, false.

Remarks

The FadeUnselectedArea property is true.

FadeUnselectedAreaTrue

The FadeUnselectedArea property is false.

FadeUnselectedAreaFalse

See Also