Skip to main content

Brick.Parent Property

OBSOLETE

This Property is obsolete now.

Gets or sets the parent document band for the current brick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Obsolete]
public DocumentBand Parent { get; set; }

Property Value

Type Description
DevExpress.XtraPrinting.Native.DocumentBand

A DevExpress.XtraPrinting.Native.DocumentBand object which is the parent for this brick.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also