Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TrackBarZoomRangeStyleSettings Class

Defines the appearance and behavior of a range track bar with a zooming functionality.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public class TrackBarZoomRangeStyleSettings :
    TrackBarRangeStyleSettings

#Remarks

A TrackBarZoomRangeStyleSettings object defines the Zoom and Range track bar operation mode. In this mode, the track bar allows end-users to specify a range of values and zoom in and out.

TrackBarEdit_ZoomRangeStyle

The following code sample demonstrates how to switch the track bar operation mode to Zoom and Range.

<dxe:TrackBarEdit>
    <dxe:TrackBarEdit.StyleSettings>
        <dxe:TrackBarZoomRangeStyleSettings/>
    </dxe:TrackBarEdit.StyleSettings>
</dxe:TrackBarEdit>

Tip

For the complete list of the TrackBarEdit control operation modes, see TrackBarEdit operation modes.

See Also