Skip to main content

FontStyle Enum

Lists the exported cell font styles.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

[Flags]
public enum FontStyle

Members

Name Description
Regular

The text is regular.

Bold

The text is bold.

Italic

The text is italic.

Underline

The text is underlined.

Strikethrough

The text is striked through.

Related API Members

The following properties accept/return FontStyle values:

See Also