Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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