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

LevelProperties.Font Property

Gets a level’s font settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public FontInfo Font { get; }

Property Value

Type Description
FontInfo

A FontInfo object that contains the font settings.

Remarks

Use the Font property to specify the font settings for an individual hierarchy level.

See Also