A newer version of this page is available.
Switch to the current version.
CharacterCombBrick.BrickType Property
Gets the text string containing the brick type information.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public override string BrickType { get; }
Public Overrides ReadOnly Property BrickType As String
Property Value
Type | Description |
---|---|
String | A string characterizing the brick's type. Always returns "CharacterComb". |
Remarks
This property is used for serialization purposes.
See Also
Feedback