Skip to main content
A newer version of this page is available. .

RangeBaseEdit Class

Serves as a base for classes which represent progress bars and track bars.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public abstract class RangeBaseEdit :
    BaseEdit,
    ITextExportSettings,
    IExportSettings

Remarks

To learn more, see ProgressBarEdit and TrackBarEdit.

See Also