A newer version of this page is available.
Switch to the current version.
PageInfoTextBrickBase.PageInfo Property
Specifies the type of information to be displayed within the brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(PageInfo.None)]
public virtual PageInfo PageInfo { get; set; }
<DefaultValue(PageInfo.None)>
Public Overridable Property PageInfo As PageInfo
Property Value
Type | Default | Description |
---|---|---|
PageInfo | None |
A PageInfo enumeration value, specifying information type and its representation. |
See Also
Feedback