Back to Devexpress

GaugeControlBase Class

windowsforms-devexpress-dot-xtragauges-dot-win-4bcfb76a.md

latest1.8 KB
Original Source

GaugeControlBase Class

Represents the base class for the GaugeControl.

Namespace : DevExpress.XtraGauges.Win

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public class GaugeControlBase :
    ControlBase,
    IGaugeContainerEx,
    IGaugeContainer,
    ILayoutManagerContainer,
    IXtraSerializable,
    ISupportJsonXtraSerializer,
    ISupportXtraSerializer,
    ISupportLookAndFeel
vb
Public Class GaugeControlBase
    Inherits ControlBase
    Implements IGaugeContainerEx,
               IGaugeContainer,
               ILayoutManagerContainer,
               IXtraSerializable,
               ISupportJsonXtraSerializer,
               ISupportXtraSerializer,
               ISupportLookAndFeel

Inheritance

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase GaugeControlBase GaugeControl

See Also

GaugeControlBase Members

GaugeControl

DevExpress.XtraGauges.Win Namespace