Skip to main content
Tab

GridViewExportStyles Class

Provides the style settings used to paint the visual elements within the ASPxGridView when it is exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewExportStyles :
    PropertiesBase

The following members return GridViewExportStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridView.StylesExport
ASPxGridViewExporter.Styles
ASP.NET MVC Extensions MVCxGridViewExportSettings.Styles

Remarks

These settings can be accessed using the ASPxGridViewExporter.Styles property.

Implements

Inheritance

See Also