Back to Devexpress

FontStyle Enum

maui-devexpress-dot-maui-dot-datagrid-ab412bb9.md

latest1.1 KB
Original Source

FontStyle Enum

Lists the exported cell font styles.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
[Flags]
public enum FontStyle

Members

NameDescription
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.

|

The following properties accept/return FontStyle values:

Extension Methods

Yield<FontStyle>()

YieldIfNotNull<FontStyle>()

See Also

DevExpress.Maui.DataGrid Namespace