Skip to main content

Brick.ID Property

Identifies the current brick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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