A newer version of this page is available.
Switch to the current version.
VisualBrick.BrickOwner Property
Gets the owner of this brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public IBrickOwner BrickOwner { get; protected set; }
Public Property BrickOwner As IBrickOwner
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.
See Also
Feedback