VisualBrick.BrickOwner Property
Gets the owner of this brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
IBrickOwner | An object, which implements the IBrickOwner interface. |
Remarks
Note that you can’t use the BrickOwner property to set a brick’s owner. Instead, a brick’s owner can be specified in the following ways:
- When creating a new brick instance, you may pass a brick’s owner to its constructor as a brick parameter.
- When a brick is added to the Bricks collections of an object, implementing the IBrickOwner interface.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BrickOwner property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
See Also