AppearanceStyleBase.AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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