AppearanceStyleBase.AssignToControl(WebControl) Method
Copies the settings from the current AppearanceStyleBase object to the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 AppearanceStyleBase object to a WebControl object passed as a parameter.
See Also