Skip to main content
All docs
V26.1
  • Tab

    ImagePropertiesBase.AssignToControl(WebControl, Boolean) Method

    Copies the settings from the current ImagePropertiesBase object to the specified object.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v26.1.dll

    Declaration

    public void AssignToControl(
        WebControl image,
        bool designMode
    )

    Parameters

    Name Type
    image WebControl
    designMode Boolean

    Remarks

    For internal use only.

    See Also