Skip to main content
All docs
V24.2

ImageCollectionImageOptions.SvgImage Property

Gets or sets the vector image displayed in the item.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

Declaration

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

Property Value

Type Description
SvgImage

The vector image displayed in the item.

See Also