Back to Devexpress

PivotGridControl.ErrorPanelStyle Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-07eb9160.md

latest1.3 KB
Original Source

PivotGridControl.ErrorPanelStyle Property

Gets or sets a style of the error panel. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Style ErrorPanelStyle { get; set; }
vb
Public Property ErrorPanelStyle As Style

Property Value

TypeDescription
Style

A Style object that is the error panel style.

|

Remarks

The PivotGrid control allows you to catch the exception and display it using the error panel that is created based on the FlyoutControl.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace