Skip to main content
Tab

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

NuGet Package: DevExpress.Web

#Declaration

public GridViewExportStyles Styles { get; }

#Property Value

Type Description
GridViewExportStyles

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

#Remarks

Note

See Also