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

ColumnBase.PrintCellStyle Property

Gets or sets the style applied to cells in a printed document. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public GridPrintBrickStyle PrintCellStyle { get; set; }

Property Value

Type Description
GridPrintBrickStyle

The style applied to print cells.

See Also