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

AppearanceStyleBase.AssignToControl(WebControl, AttributesRange) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual void AssignToControl(
    WebControl control,
    AttributesRange range
)

Parameters

Name Type
control WebControl
range DevExpress.Web.AttributesRange

Remarks

For internal use only.

See Also