RangeControl.FadeUnselectedArea Property
Gets or sets whether the RangeControl‘s contents are faded when out of selected range.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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.
The FadeUnselectedArea property is false.
See Also