text property

String? text
final

The text of the stacked header cell while exporting the SfDataGrid to Excel or Pdf.

This property won’t affect the UI and this is used while exporting the SfDataGrid.

As widget can’t be exported to Excel or PDF, set this property to give the corresponding text while exporting the SfDataGrid to Excel or Pdf.

Implementation

final String? text;