Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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