Skip to main content
A newer version of this page is available. .

Brick.ID Property

Identifies the current brick.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("")]
public string ID { get; set; }

Property Value

Type Default Description
String String.Empty

A String used to identify a specific brick.

Remarks

This property is used to identify the current brick. Its value can be the same for a set of bricks. This can be usefull when bricks form a table in a report. The same ID property value can be assigned to bricks that form a column or a row.

See Also