Margins.AssignToControl(WebControl) Method
Copies the settings from the current Margins object to the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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