Skip to main content

IRangeControlClient.GrayOutNonSelectedRange Property

This property specifies whether the grayscale effect is applied to an unselected range.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

bool GrayOutNonSelectedRange { get; }

Property Value

Type Description
Boolean

true, to apply the grayscale effect to an unselected range; otherwise, false.

See Also