A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue("")>
Public Overridable Property Format As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value, consisting of alternating fixed text and indexed placeholders. |
See Also
Feedback