Skip to main content
All docs
V26.1
  • SvgImageBox.Select(SvgImageItem) Method

    Selects the specified item.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    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