Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

GridExportAppearanceBase ExportCellStyle { get; }

Property Value

Type Description
GridExportAppearanceBase

A GridExportAppearanceBase object that contains style settings.

See Also