Skip to main content
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.v24.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