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

IWebGridColumn.ExportCellStyle Property

Gets the style settings defining the appearance of data cells when a control is exported.

Namespace: DevExpress.Web.Internal

Assembly: DevExpress.Web.v19.1.dll

Declaration

GridExportAppearanceBase ExportCellStyle { get; }

Property Value

Type Description
GridExportAppearanceBase

A GridExportAppearanceBase object that contains style settings.

See Also