Skip to main content
All docs
V25.1
  • SvgImageBoxOptionsSelection.Assign(SvgImageBoxOptionsSelection) Method

    Copies settings from the specified object to the current object.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public void Assign(
        SvgImageBoxOptionsSelection options
    )

    Parameters

    Name Type Description
    options SvgImageBoxOptionsSelection

    The object whose settings are copied to the current object.

    See Also