Back to Devexpress

CardViewExportStyles Class

aspnet-devexpress-dot-web-c3679885.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewExportStyles :
    PropertiesBase
vb
Public Class CardViewExportStyles
    Inherits PropertiesBase

The following members return CardViewExportStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardView.StylesExport
ASPxCardViewExporter.Styles
ASP.NET MVC ExtensionsMVCxCardViewExportSettings.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

IStateManager

Inheritance

Object StateManager PropertiesBase CardViewExportStyles

See Also

CardViewExportStyles Members

Built-in Export

DevExpress.Web Namespace