SvgImageItem.Clone() Method
In This Article
Creates a copy of the current item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImageItem Clone()
#Returns
Type | Description |
---|---|
Svg |
A copy of the current item. |
See Also