Skip to main content
All docs
V25.1
  • RangeControl.FadeUnselectedArea Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.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.

    FadeUnselectedAreaTrue

    The FadeUnselectedArea property is false.

    FadeUnselectedAreaFalse

    See Also