ExtendedStyleBase.AssignToControl(WebControl, AttributesRange, Boolean, Boolean, Boolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public override 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