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

BaseRange Class

Represents the base class for custom ranges.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.2.Core.dll

Declaration

public abstract class BaseRange :
    BaseObjectEx,
    IRange,
    IDisposable,
    ISupportLockUpdate,
    ISupportAcceptOrder,
    ISupportAssign<IRange>,
    INamed

Inheritance

Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseObjectEx
See Also