Skip to main content
A newer version of this page is available. .

XRControlStyle.StringFormat Property

Overrides the BrickStyle.StringFormat property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[Browsable(false)]
public override BrickStringFormat StringFormat { get; set; }

Property Value

Type Description
BrickStringFormat

A BrickStringFormat specifying the formatting for the text and its layout.

Remarks

This property is intended to hide the corresponding property of the BrickStyle class.

See Also