Back to Devexpress

CustomExportCellEventArgs Members

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

latest9.2 KB
Original Source

CustomExportCellEventArgs Members

Provides data for the PivotGridControl.CustomExportCell event.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

NameDescription
CreateDrillDownDataSource()Returns data records used to calculate a summary value for the current cell. Inherited from CustomExportCellEventArgsBase.
CreateDrillDownDataSource(List<String>)Returns data records used to calculate a summary value for the current cell. Allows you to specify data columns for the returned records. Inherited from CustomExportCellEventArgsBase.
CreateDrillDownDataSource(Int32, List<String>)Returns data records used to calculate a summary value for the current cell. Allows you to specify the data columns and limit the number of returned records. Inherited from CustomExportCellEventArgsBase.
CreateDrillDownDataSource(Int32)Returns data records used to calculate a summary value for the current cell. Allows you to limit the number of returned records. Inherited from CustomExportCellEventArgsBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CustomExportCellEventArgs Class

DevExpress.XtraPivotGrid Namespace