aspnet-devexpress-dot-web-dot-cardviewexportstyles-dot-underscore-members.md
Provides the style settings defining the appearance of the visual elements within the ASPxCardView when it is exported.
| Name | Description |
|---|---|
| CardViewExportStyles(IPropertiesOwner) | Initializes a new instance of the CardViewExportStyles class. |
| 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. |
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings of the specified object to the current one. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also