Back to Devexpress

PivotViewOptions.ErrorCaption Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotviewoptions-e8f9a049.md

latest1.7 KB
Original Source

PivotViewOptions.ErrorCaption Property

Gets or sets the text to be displayed in cells that contain errors.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string ErrorCaption { get; set; }
vb
Property ErrorCaption As String

Property Value

TypeDescription
String

A String value that specifies the custom string to be displayed for error cells.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ErrorCaption
PivotTable

.View .ErrorCaption

|

Remarks

The ErrorCaption property takes effect only when the PivotViewOptions.ShowError property is set to true.

See Also

ShowError

PivotViewOptions Interface

PivotViewOptions Members

DevExpress.Spreadsheet Namespace