Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewExporter.Styles Property

Provides access to the properties that specify the appearance of grid elements when the grid is exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CardViewExportStyles Styles { get; }

Property Value

Type Description
CardViewExportStyles

A CardViewExportStyles object that provides style settings used to paint grid elements when the grid is exported.

Remarks

Note

See Also