ASPxGridViewExporter.Styles Property
In This Article
Provides access to the properties that specify the appearance of grid elements when the grid is exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewExportStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Note
- The Styles property has no effect in Data Aware export mode. Use either the Grid
View at the column level or the XlsColumn. Export Cell Style Export / XlsxOptions Ex. Customize Cell Export event instead.Options Ex. Customize Cell - The Styles property has no effect if the Xl
Export property is set toOptions Base. Raw Data Mode true
.
See Also