Skip to main content
All docs
V26.1
  • BadgeProperties.SvgImage Property

    Gets or sets the vector image assigned to a badge.

    Namespace: DevExpress.Utils.VisualEffects

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    [DefaultValue(null)]
    [DXCategory("Appearance")]
    public SvgImage SvgImage { get; set; }

    Property Value

    Type Default Description
    SvgImage null

    The badge image.

    See Also