Back to Devexpress

GridExportAppearanceBase Class

aspnet-devexpress-dot-web-dcf222a3.md

latest2.4 KB
Original Source

GridExportAppearanceBase Class

Serves as a base for classes that contain the appearance settings used to paint the grid-like controls and their elements when a grid is exported.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class GridExportAppearanceBase :
    GridViewStyleBase
vb
Public MustInherit Class GridExportAppearanceBase
    Inherits GridViewStyleBase

The following members return GridExportAppearanceBase objects:

Implements

IComponent

IDisposable

IStateManager

Inheritance

Show 16 items

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridStyleBase GridViewStyleBase GridExportAppearanceBase CardViewExportAppearance

GridViewExportAppearance

VerticalGridExportAppearance

CardViewExportGroupStyle

CardViewExportTabStyle

CardViewExportTotalSummaryPanelStyle

GridViewExportOptionalAppearance

See Also

GridExportAppearanceBase Members

DevExpress.Web Namespace