Back to Devexpress

CustomPrintEventArgs.ApplyAppearanceToBrickStyle Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customprinteventargs.md

latest1.4 KB
Original Source

CustomPrintEventArgs.ApplyAppearanceToBrickStyle Property

Specifies whether to apply the appearance settings to a brick.

Namespace : DevExpress.PivotGrid.Printing

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public bool ApplyAppearanceToBrickStyle { get; set; }
vb
Public Property ApplyAppearanceToBrickStyle As Boolean

Property Value

TypeDescription
Boolean

true , if applying the appearance settings; otherwise, false.

|

See Also

CustomPrintEventArgs Class

CustomPrintEventArgs Members

DevExpress.PivotGrid.Printing Namespace