Back to Devexpress

XRControlStyle.StringFormat Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-75ea88e5.md

latest1.4 KB
Original Source

XRControlStyle.StringFormat Property

Overrides the BrickStyle.StringFormat property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override BrickStringFormat StringFormat { get; set; }
vb
<Browsable(False)>
Public Overrides Property StringFormat As BrickStringFormat

Property Value

TypeDescription
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

XRControlStyle Class

XRControlStyle Members

DevExpress.XtraReports.UI Namespace