aspnet-devexpress-dot-web-c3679885.md
Provides the style settings defining the appearance of the visual elements within the ASPxCardView when it is exported.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CardViewExportStyles :
PropertiesBase
Public Class CardViewExportStyles
Inherits 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 |
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.
Object StateManager PropertiesBase CardViewExportStyles
See Also