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

DataViewBase.PrintCellStyle Property

Gets or sets the style applied to all data cells when you print the GridControl or export it in the WYSIWYG mode. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public Style PrintCellStyle { get; set; }

Property Value

Type Description
Style

A Style object that represents the style applied to all data cells when you print the GridControl or export it in the WYSIWYG mode.

Remarks

The PrintCellStyle property specifies the style that groups together properties, resources, and event handlers and shares them between instances of the TextEdit type.

Target Type: TextEdit

To learn more, see Print Data.

See Also