CardViewExportStyles Properties
Provides the style settings defining the appearance of the visual elements within the ASPxCardView when it is exported.| Name | Description |
|---|---|
| Caption | Gets the style settings defining the appearance of layout item captions used in cards when the CardView is exported. |
| Card | Gets the style settings defining the appearance of cards when the CardView is exported. |
| Cell | Gets the style settings defining the appearance of data cells in cards when the CardView is exported. |
| Default | Gets the default appearance settings. |
| Group | Gets the style settings defining the appearance of groups used in data cards when the CardView is exported. |
| GroupCaption | Gets the style settings defining the appearance of group captions used in cards when the CardView is exported. |
| GroupRow | Gets the style settings defining the appearance of group rows when the card view is exported. |
| HyperLink | Gets the style settings defining the appearance of hyper links when the CardView is exported. |
| Image | Gets the style settings defining the appearance of images when the CardView is exported. |
| Tab | Gets the style settings defining the appearance of tabbed layout group tabs used in cards when the CardView is exported. |
| TabbedGroup | Gets the style settings defining the appearance of tabbed layout groups used in cards when the CardView is exported. |
| TotalSummaryItemStyle | Gets the style settings defining the appearance of total summary items (ASPxCardViewSummaryItem) when the CardView is exported. |
| TotalSummaryPanelStyle | Gets the style settings defining the appearance of the summary panel when the CardView is exported. |
See Also