RangeControl.ShowRangeThumbs Property
In This Article
Gets or sets whether to show the selection thumbs within the viewport. This is a dependency property.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.RangeControl.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(false, Handler = "OnShowRangeThumbsChanged")]
public bool ShowRangeThumbs { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, to show the selection thumbs; otherwise, false |
See Also