Skip to main content
All docs
V26.1
  • SvgImageItemAppearanceCollection(SvgImageItem) Constructor

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    public SvgImageItemAppearanceCollection(
        SvgImageItem owner
    )

    Parameters

    Name Type Description
    owner SvgImageItem

    The item that will own the created collection.

    See Also