Skip to main content
A newer version of this page is available. .

IRangeControlClient.AllowThumbs Property

This property specifies whether to show selection thumbs.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

bool AllowThumbs { get; }

Property Value

Type Description
Boolean

true to show selection thumbs; otherwise, false.

Remarks

To learn more, see Range Control Visual Elements.

See Also