Skip to main content

RangeBaseEdit Class

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

Namespace: DevExpress.Xpf.Editors

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