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

CustomPrintEventArgs.ApplyAppearanceToBrickStyle Property

Specifies whether to apply the appearance settings to a brick.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public bool ApplyAppearanceToBrickStyle { get; set; }

Property Value

Type Description
Boolean

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

See Also