XRControlStyle.StringFormat Property
In This Article
Overrides the BrickStyle.StringFormat property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public override BrickStringFormat StringFormat { get; set; }
#Property Value
Type | Description |
---|---|
Brick |
A Brick |
#Remarks
This property is intended to hide the corresponding property of the BrickStyle class.
See Also