Skip to main content

CustomPrintEventArgs.ApplyAppearanceToBrickStyle Property

Specifies whether to apply the appearance settings to a brick.

Namespace: DevExpress.PivotGrid.Printing

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

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

Declaration

public bool ApplyAppearanceToBrickStyle { get; set; }

Property Value

Type Description
Boolean

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

See Also