Back to Devexpress

PivotViewOptions.AltTextDescription Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotviewoptions-2cf1a981.md

latest2.2 KB
Original Source

PivotViewOptions.AltTextDescription Property

Gets or sets the alternative description of the information in a PivotTable report.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the detailed explanation of the PivotTable content.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AltTextDescription
PivotTable

.View .AltTextDescription

|

Remarks

The AltTextDescription property value corresponds to the value of the Description box located on the Alt Text tab of the PivotTable Options dialog box. To specify the alternative title for your PivotTable report, use the PivotViewOptions.AltTextTitle property. Values of these properties can be used to make working with pivot tables easier for people with vision or cognitive impairments.

See Also

AltTextTitle

PivotViewOptions Interface

PivotViewOptions Members

DevExpress.Spreadsheet Namespace