Skip to main content

PageInfoTextBrickBase.Format Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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