Back to Devexpress

CustomExportCellEventArgsBase.Text Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-2b31da91.md

latest1.5 KB
Original Source

CustomExportCellEventArgsBase.Text Property

Gets the text displayed within the processed cell.

Namespace : DevExpress.PivotGrid.Printing

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public string Text { get; }
vb
Public ReadOnly Property Text As String

Property Value

TypeDescription
String

A string value that specifies the cell display text.

|

Remarks

To obtain the cell value, use the CustomExportCellEventArgsBase.Value property.

See Also

Value

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace