Skip to main content
A newer version of this page is available. .
Tab

Margins.AssignToControl(WebControl) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void AssignToControl(
    WebControl control
)

Parameters

Name Type Description
control WebControl

A WebControl object to which the current object’s settings are assigned.

Remarks

The AssignToControl method copies properties of the current Margins object to a WebControl object passed as a parameter.

See Also