Back to Devexpress

GridExportCustomizeCellEventArgs Properties

blazor-devexpress-dot-blazor-dot-gridexportcustomizecelleventargs-dot-underscore-properties.md

latest1.9 KB
Original Source

GridExportCustomizeCellEventArgs Properties

Contains data for the CustomizeCell event.

NameDescription
AreaTypeReturns the type of area where the current cell is placed.
ColumnFieldNameReturns the name of the data source field bound to the column that contains the processed cell.
DataItemReturns the data source item that is bound to the data row being processed.
FormattingReturns an object that defines the cell formatting settings (font, alignment, background color, format string, etc.).
GroupFieldNameReturns the name of a data source field bound to the processed group header or footer.
HandledIndicates that the action is handled and your cell customizations should be applied.
HyperlinkSpecifies the processed cell’s hyperlink.
SummaryItemReturns information on the summary calculated in the currently processed cell.
ValueSpecifies the value of the cell currently being processed.

See Also

GridExportCustomizeCellEventArgs Class

GridExportCustomizeCellEventArgs Members

DevExpress.Blazor Namespace