Skip to main content

UserPageBrick.BrickType Property

Gets the text string, containing the brick type information.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override string BrickType { get; }

Property Value

Type Description
String

A string, characterizing the brick’s type. Always returns “PageUser”.

Remarks

This property is used for serialization purposes.

See Also