Skip to main content

GridPrintBrickStyle.FontFamily Property

Gets or set the font family of the GridControl‘s brick (element) when it is printed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

The font family of the GridControl‘s brick (element) when it is printed.

See Also