RenderHelper.ResetFontStyle(WebControl) Method
In This Article
Removes all font styling for the specified control.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public static void ResetFontStyle(
WebControl control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Web |
A Web |
See Also