Back to Devexpress

GridViewColumn.ExportCellStyle Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-4e7e59c7.md

latest1.5 KB
Original Source

GridViewColumn.ExportCellStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual GridViewExportAppearance ExportCellStyle { get; }
vb
Public Overridable ReadOnly Property ExportCellStyle As GridViewExportAppearance

Property Value

TypeDescription
GridViewExportAppearance

A GridViewExportAppearance object that contains style settings.

|

Remarks

aspx
<dx:GridViewDataTextColumn FieldName="Total_Costs" VisibleIndex="7">
    <CellStyle BackColor="#FFFF66">
    </CellStyle>
    <ExportCellStyle BackColor="#FFFF66">
    </ExportCellStyle>
</dx:GridViewDataTextColumn>

See Also

Grid View

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace