Skip to main content
Tab

AppearanceStyleBase.AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual void AssignToControl(
    WebControl control,
    AttributesRange range,
    bool exceptTextDecoration,
    bool useBlockAlignment,
    bool exceptOpacity
)

Parameters

Name Type
control WebControl
range DevExpress.Web.AttributesRange
exceptTextDecoration Boolean
useBlockAlignment Boolean
exceptOpacity Boolean
See Also