Skip to main content
All docs
V18.2

BrickOwnerType Enum

Lists the values that specify the type of a brick owner object.

Namespace: DevExpress.XtraPrinting

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

Declaration

public enum BrickOwnerType

Members

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.

Related API Members

The following properties accept/return BrickOwnerType values:

See Also