A newer version of this page is available.
Switch to the current version.
TextBrick.StringFormat Property
Gets or sets the formatting string applied to the brick's text.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public BrickStringFormat StringFormat { get; set; }
Public Property StringFormat As BrickStringFormat
Property Value
Type | Description |
---|---|
BrickStringFormat | A BrickStringFormat object which represents the formatting string for the brick's text. |
Remarks
Use the StringFormat property to specify text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution).
NOTE
The string format specified by this property is applied to the text returned by an object of the TextBrick.TextValue property. The TextBrickBase.Text property is set to the resulting text.
Implements
DevExpress.XtraPrinting.ITextBrick.StringFormat
See Also
Feedback