Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridExporter.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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridExportStyles Styles { get; }

Property Value

Type Description
VerticalGridExportStyles

A VerticalGridExportStyles object that provides style settings used to paint grid elements when the grid is exported.

Remarks

Note

See Also