Back to Devexpress

CustomExportCellEventArgs Properties

windowsforms-devexpress-dot-xtrapivotgrid-dot-customexportcelleventargs-dot-underscore-properties.md

latest5.3 KB
Original Source

CustomExportCellEventArgs Properties

Provides data for the PivotGridControl.CustomExportCell event.

NameDescription
AppearanceGets the appearance settings used to paint the cell currently being exported.
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.
ColumnFieldGets the column field which corresponds to the current cell.
ColumnFieldIndexFor internal use. Inherited from CustomExportCellEventArgsBase.
ColumnIndexGets the visual index of the column that contains the current cell. Inherited from CustomExportCellEventArgsBase.
ColumnValueGets information about a column field value that corresponds to the current cell. Inherited from CustomExportCellEventArgsBase.
DataFieldGets the data field which identifies the column where the processed cell resides.
FocusedGets whether the processed cell is focused.
FormatTypeGets the type of formatting. Inherited from CustomExportCellEventArgsBase.
IsTextFitGets whether the processed cell text is entirely displayed. Inherited from CustomExportCellEventArgsBase.
RectDefines the size and location of the printed or exported cell. Inherited from CustomPrintEventArgs.
RowFieldGets the row field which corresponds to the current cell.
RowFieldIndexFor internal use. Inherited from CustomExportCellEventArgsBase.
RowIndexGets the visual index of the row that contains the current cell. Inherited from CustomExportCellEventArgsBase.
RowValueGets information about a row field value that corresponds to the current cell. Inherited from CustomExportCellEventArgsBase.
SelectedGets whether the processed cell is selected.
TextGets the text displayed within the processed cell. Inherited from CustomExportCellEventArgsBase.
ValueGets the processed cell value. Inherited from CustomExportCellEventArgsBase.

See Also

CustomExportCellEventArgs Class

CustomExportCellEventArgs Members

DevExpress.XtraPivotGrid Namespace