ASPxWebClientUIControl.UseDevExtremeFontHandler Property
Specifies whether DevExtreme fonts and images are used.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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