ASPxGridViewExporter.Styles Property
Provides access to the properties that specify the appearance of grid elements when the grid is exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GridViewExportStyles | A GridViewExportStyles object that provides style settings used to paint grid elements when the grid is exported. |
Remarks
Note
- The Styles property has no effect in Data Aware export mode. Use either the GridViewColumn.ExportCellStyle at the column level or the XlsExportOptionsEx.CustomizeCell / XlsxExportOptionsEx.CustomizeCell event instead.
- The Styles property has no effect if the XlExportOptionsBase.RawDataMode property is set to
true
.
See Also