Back to Devexpress

CardViewExportTabStyle Class

aspnet-devexpress-dot-web-715e46d3.md

latest2.2 KB
Original Source

CardViewExportTabStyle Class

Provides the style settings defining the appearance of tabs 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 CardViewExportTabStyle :
    CardViewExportGroupStyle
vb
Public Class CardViewExportTabStyle
    Inherits CardViewExportGroupStyle

The following members return CardViewExportTabStyle objects:

Remarks

These settings can be accessed using the CardViewExportStyles.Tab 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

CardViewExportTabStyle Members

DevExpress.Web Namespace