Skip to main content

IRangeControlClient.AllowThumbs Property

This property specifies whether to show selection thumbs.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.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