ASPxVerticalGridExporter.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 VerticalGridExportStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
Note
- The Styles property has no effect in Data Aware export mode. Use either the Vertical
Grid at the column level or the XlsRow. Export Record 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