Skip to main content
A newer version of this page is available. .

SvgImageBox.Select(SvgImageItem) Method

Selects the specified item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Select(
    SvgImageItem item
)

Parameters

Name Type Description
item SvgImageItem

The item to select.

Remarks

See SvgImageBox.Selection for more information.

See Also