Back to Devexpress

GridViewExportStyles Class

aspnet-devexpress-dot-web-0a251ae0.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewExportStyles :
    PropertiesBase
vb
Public Class GridViewExportStyles
    Inherits PropertiesBase

The following members return GridViewExportStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.StylesExport
ASPxGridViewExporter.Styles
ASP.NET MVC ExtensionsMVCxGridViewExportSettings.Styles

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase GridViewExportStyles

See Also

GridViewExportStyles Members

Grid View

DevExpress.Web Namespace