Back to Devexpress

ExportBrickAppearance.FontStyle Property

maui-devexpress-dot-maui-dot-datagrid-dot-exportbrickappearance.md

latest1.2 KB
Original Source

ExportBrickAppearance.FontStyle Property

Gets or sets the font style of the DataGridView‘s brick (element) when it is exported.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public FontStyle? FontStyle { get; set; }

Property Value

TypeDescription
Nullable<FontStyle>

The font style.

|

Available values:

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.

|

See Also

ExportBrickAppearance Class

ExportBrickAppearance Members

DevExpress.Maui.DataGrid Namespace