Back to Devexpress

VerticalGridExportStyles Class

aspnet-devexpress-dot-web-141d4cc7.md

latest1.8 KB
Original Source

VerticalGridExportStyles Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return VerticalGridExportStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxVerticalGrid.StylesExport
ASPxVerticalGridExporter.Styles
ASP.NET MVC ExtensionsMVCxVerticalGridExportSettings.Styles

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase VerticalGridExportStyles

See Also

VerticalGridExportStyles Members

Vertical Grid

DevExpress.Web Namespace