Skip to main content
Tab

ImagePropertiesBase.AssignToControl(WebControl, Boolean, Boolean) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void AssignToControl(
    WebControl control,
    bool designMode,
    bool disabled
)

Parameters

Name Type
control WebControl
designMode Boolean
disabled Boolean

Remarks

For internal use only.

See Also