Skip to main content
All docs
V26.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.v26.1.dll

    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