Skip to main content

ImageBrick.BrickType Property

Gets the text string, containing the brick type information.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public override string BrickType { get; }

Property Value

Type Description
String

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

Remarks

This property is used for serialization purposes.

See Also