Back to Devexpress

PivotViewOptions.AltTextTitle Property

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

latest2.1 KB
Original Source

PivotViewOptions.AltTextTitle Property

Gets or sets the alternative text for a PivotTable report.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the descriptive title for a pivot table.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AltTextTitle
PivotTable

.View .AltTextTitle

|

Remarks

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

See Also

AltTextDescription

PivotViewOptions Interface

PivotViewOptions Members

DevExpress.Spreadsheet Namespace