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

SvgImageItemAppearanceCollection(SvgImageBox) Constructor

Initializes a new instance of the SvgImageItemAppearanceCollection class with specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public SvgImageItemAppearanceCollection(
    SvgImageBox owner
)

Parameters

Name Type Description
owner SvgImageBox

The control that will own the created collection.

See Also