Back to Devexpress

GridColumn.HeaderFontSize Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-7e813c82.md

latest836 B
Original Source

GridColumn.HeaderFontSize Property

Gets or sets the grid column header’s font size. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
[TypeConverter(typeof(FontSizeConverter))]
public double HeaderFontSize { get; set; }

Property Value

TypeDescription
Double

The font size.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace