GridColumn.HeaderFontSize Property
In This Article
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
[TypeConverter(typeof(FontSizeConverter))]
[XtraSerializableProperty]
public double HeaderFontSize { get; set; }
#Property Value
Type |
---|
Double |
See Also