Back to Devexpress

PivotGridControl.Font Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-a2824bed.md

latest1.3 KB
Original Source

PivotGridControl.Font Property

Overrides the base class Font property.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Font Font { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Font As Font

Property Value

TypeDescription
Font

A Font object to apply to the text displayed by the control.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace