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.v18.2.dll

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