Back to Devexpress

CustomExportCellEventArgsBase Properties

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-customexportcelleventargsbase-dot-underscore-properties.md

latest2.9 KB
Original Source

CustomExportCellEventArgsBase Properties

Serves as a base for classes that provide data for the CustomExportCell event.

NameDescription
ApplyAppearanceToBrickStyleSpecifies whether to apply the appearance settings to a brick. Inherited from CustomPrintEventArgs.
BrickProvides access to the brick that represents the contents and appearance of a cell, when it is printed or exported. Inherited from CustomPrintEventArgs.
ColumnFieldIndexFor internal use.
ColumnIndexGets the visual index of the column that contains the current cell.
ColumnValueGets information about a column field value that corresponds to the current cell.
FormatTypeGets the type of formatting.
IsTextFitGets whether the processed cell text is entirely displayed.
RectDefines the size and location of the printed or exported cell. Inherited from CustomPrintEventArgs.
RowFieldIndexFor internal use.
RowIndexGets the visual index of the row that contains the current cell.
RowValueGets information about a row field value that corresponds to the current cell.
TextGets the text displayed within the processed cell.
ValueGets the processed cell value.

See Also

CustomExportCellEventArgsBase Class

CustomExportCellEventArgsBase Members

DevExpress.PivotGrid.Printing Namespace