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

AppearanceStyleBase.AssignToControl(WebControl) Method

Copies the settings from the current AppearanceStyleBase 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 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