Skip to main content

GridPrintingEventArgs.Brick Property

Gets or sets a brick (element) that will be printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public Brick Brick { get; set; }

#Property Value

Type Description
Brick

An element that will be printed.

See Also