Skip to main content
All docs
V25.1
  • StateImageIndicatorComponent.DXImage Property

    Gets or sets an image that indicates the state.

    Namespace: DevExpress.XtraGauges.Win.Base

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

    NuGet Package: DevExpress.Win.Gauges

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    [XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
    public override DXImage DXImage { get; set; }

    Property Value

    Type Description
    DXImage

    The image.

    See Also