Skip to main content

XRControlStyle.StringFormat Property

Overrides the BrickStyle.StringFormat property.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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