StyleUsing.UseFont Property
Gets or sets a value indicating whether the style’s XRControlStyle.Font property is used by the XRControl object.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the XRControl object uses the XRControlStyle.Font property; otherwise, false. The default value is true. |
See Also