Skip to main content

PageInfoTextBrick.Text Property

Gets or sets the text to be displayed within the current brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

A String representing the text to be displayed within the brick.

Remarks

This property is overridden to avoid serialization of its value, because this text is determined according to the PageInfoTextBrick.PageInfo property value.

See Also