Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

VerticalGridCategoryRow.ExportRecordStyle Property

Gets the style settings defining the appearance of the record when the grid is exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridExportAppearance ExportRecordStyle { get; }

Property Value

Type Description
VerticalGridExportAppearance

A VerticalGridExportAppearance object that contains style settings.

See Also