BaseRange Class
In This Article
Represents the base class for custom ranges.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
public abstract class BaseRange :
BaseObjectEx,
IRange,
IDisposable,
ISupportLockUpdate,
ISupportAcceptOrder,
ISupportAssign<IRange>,
INamed
#Inheritance
Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseObjectEx
See Also