Skip to main content
Tab

CardViewExportStyles Class

Provides the style settings defining the appearance of the visual elements within the ASPxCardView when it is exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class CardViewExportStyles :
    PropertiesBase

The following members return CardViewExportStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxCardView.StylesExport
ASPxCardViewExporter.Styles
ASP.NET MVC Extensions MVCxCardViewExportSettings.Styles

#Remarks

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

Note

These style settings are only in effect when the ASPxCardView data is exported to RTF or PDF format.

#Implements

#Inheritance

See Also