Skip to main content
A newer version of this page is available. .
Tab

ASPxWebClientUIControl.UseDevExtremeFontHandler Property

Specifies whether DevExtreme fonts and images are used.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static bool UseDevExtremeFontHandler { get; set; }

Property Value

Type Description
Boolean

true, to display DevExtreme fonts and images; otherwise, false. The default is true.

Remarks

When the UseDevExtremeFontHandler property is set to true, the requests to icons/dxicons.eot, icons/dxicons.ttf, and icons/dxicons.woff return the DevExtreme fonts and images.

See Also