RepositoryItemTrackBar.HighlightSelectedRange Property
Gets or sets whether the selected range is highlighted.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool HighlightSelectedRange { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the selected range is highlighted; otherwise, false. |
Remarks
By default, selected ranges are highlighted by the TrackBarControl and RangeTrackBarControl controls. To prevent range highlighting, set the HighlightSelectedRange property to false.
The following image shows TrackBarControls and RangeTrackBarControls with the HighlightSelectedRange property set to true and false:
See Also