SvgImageBox.Unselect(SvgImageItem) Method
Deselects the specified item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | SvgImageItem | The item to deselect. |
Remarks
See SvgImageBox.Selection for more information.
See Also