Border.AssignToControl(WebControl) Method
Copies the settings from the current Border object to the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | WebControl | A WebControl object which the current object’s settings are assigned to. |
Remarks
The AssignToControl method copies properties of the current Border object to a WebControl object passed as a parameter.
See Also