DataGridColumnHeaderFont Property

Gets or sets the font of the column header. Please take care of disposing the font, if it's not longer in use.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public Font HeaderFont { get; set; }

Property Value

Font

See Also