A newer version of this page is available.
Switch to the current version.
TextBrickBase.Text Property
Gets or sets the text to be displayed within the current brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue("")]
public override string Text { get; set; }
<XtraSerializableProperty>
<DefaultValue("")>
Public Overrides Property Text As String
Property Value
Type | Default | Description |
---|---|---|
String | A String representing the text to be displayed within the brick. |
Remarks
The text specified by this property is obtained from the TextBrick.TextValue property after applying the formatting specified by the TextBrick.StringFormat property.
See Also
Feedback