Back to Devexpress

Brick.ID Property

corelibraries-devexpress-dot-xtraprinting-dot-brick-06322861.md

latest1.4 KB
Original Source

Brick.ID Property

Identifies the current brick.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string ID { get; set; }
vb
<DefaultValue("")>
Public Property ID As String

Property Value

TypeDefaultDescription
StringString.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

Brick Class

Brick Members

DevExpress.XtraPrinting Namespace