Back to Devexpress

CardViewExportGroupStyle Class

aspnet-devexpress-dot-web-c544a394.md

latest2.5 KB
Original Source

CardViewExportGroupStyle Class

Provides the style settings defining the appearance of groups used in cards when the CardView is exported.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewExportGroupStyle :
    CardViewExportAppearance
vb
Public Class CardViewExportGroupStyle
    Inherits CardViewExportAppearance

The following members return CardViewExportGroupStyle objects:

Remarks

These settings can be accessed using the CardViewExportStyles.Group property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Show 12 items

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

See Also

CardViewExportGroupStyle Members

DevExpress.Web Namespace