AppearanceStyleBase.AssignToControl(WebControl, AttributesRange, Boolean) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public virtual void AssignToControl(
WebControl control,
AttributesRange range,
bool exceptTextDecoration
)
Parameters
| Name | Type |
|---|---|
| control | WebControl |
| range | DevExpress.Web.AttributesRange |
| exceptTextDecoration | Boolean |
See Also