Skip to main content
Tab

ImagePropertiesBase.AssignToControl(Image, Boolean, 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(
    Image image,
    bool designMode,
    bool disabled,
    bool skipTooltip
)

Parameters

Name Type
image Image
designMode Boolean
disabled Boolean
skipTooltip Boolean

Remarks

For internal use only.

See Also