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

GridPrintingEventArgs.BrickSize Property

Gets the size of a brick (element) that will be printed.

Namespace: DevExpress.WinUI.Grid.Printing

Assembly: DevExpress.WinUI.Grid.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public Size BrickSize { get; }

Property Value

Type Description
Size

The size of a brick (element) that will be printed.

See Also