AppearanceStyleBase.AssignToControl(WebControl, AttributesRange, 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
)
Parameters
Name | Type |
---|---|
control | WebControl |
range | DevExpress.Web.AttributesRange |
exceptTextDecoration | Boolean |
See Also