Skip to main content
Row

PivotViewOptions.ErrorCaption Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string ErrorCaption { get; set; }

Property Value

Type Description
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 Type Path to ErrorCaption
PivotTable
.View .ErrorCaption

Remarks

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

See Also