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

BrickViewData.Style Property

Gets or sets the BrickStyle instance used to render a brick in an appropriate format.

Namespace: DevExpress.XtraPrinting.Export

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public BrickStyle Style { get; set; }

Property Value

Type Description
BrickStyle

A BrickStyle instance to render a brick.

Remarks

The brick style allows a user to customize the appearance of a brick’s contents.

See Also