Back to Devexpress

BandBase.ActualPrintBandHeaderStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-bandbase-9af2f15c.md

latest1.3 KB
Original Source

BandBase.ActualPrintBandHeaderStyle Property

Gets the actual style applied to band headers when the grid is printed. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Style ActualPrintBandHeaderStyle { get; }
vb
Public ReadOnly Property ActualPrintBandHeaderStyle As Style

Property Value

TypeDescription
Style

A Style object that represents the style applied to band headers when the grid is printed.

|

See Also

PrintBandHeaderStyle

BandBase Class

BandBase Members

DevExpress.Xpf.Grid Namespace