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.v24.1.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