Skip to main content
A newer version of this page is available. .

PageInfoTextBrickBase.Format Property

Specifies the format string to display text information within the brick.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("")]
public virtual string Format { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, consisting of alternating fixed text and indexed placeholders.

See Also