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

    Gets or sets the vector image displayed in the item.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    SvgImage

    The vector image displayed in the item.

    See Also