Skip to main content
All docs
V18.2

IBrickOwner.BrickOwnerType Property

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

BrickOwnerType BrickOwnerType { get; }

Property Value

Type Description
BrickOwnerType

A BrickOwnerType enumeration value.

Available values:

Name Description
Control

The brick owner is an XRControl descendant.

TableCell

The brick owner is an XRTableCell.

TableRow

The brick owner is an XRTableRow.

Table

The brick owner is an XRTable.

Band

The brick owner is a Band.

Panel

The brick owner is an XRPanel.

Subreport

The brick owner is an XRSubreport.

TableOfContents

The brick owner is an XRTableOfContents.

See Also