Skip to main content
Tab

LevelProperties.Font Property

Gets a level’s font settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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