Skip to main content

SvgImageBox.Unselect(SvgImageItem) Method

Deselects the specified item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.dll

Declaration

public void Unselect(
    SvgImageItem item
)

Parameters

Name Type Description
item SvgImageItem

The item to deselect.

Remarks

See SvgImageBox.Selection for more information.

See Also