Back to Devexpress

XRDesignBarManager.FontNameEdit Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignbarmanager-0e95ded0.md

latest1.5 KB
Original Source

XRDesignBarManager.FontNameEdit Property

Gets or sets the editor which is used to specify a font name.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public BarEditItem FontNameEdit { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property FontNameEdit As BarEditItem

Property Value

TypeDefaultDescription
BarEditItemnull

A BarEditItem object which represents the edtitor used to select a font name.

|

Remarks

This property is intended for internal use only, and normally you don’t need to call it directly from your code.

See Also

XRDesignBarManager Class

XRDesignBarManager Members

DevExpress.XtraReports.UserDesigner Namespace