Skip to main content
A newer version of this page is available. .

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; }

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.

The following code snippets (auto-collected from DevExpress Examples) contain references 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