Back to Devexpress

CustomExportCellEventArgsBase Members

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

latest6.2 KB
Original Source

CustomExportCellEventArgsBase Members

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

Fields

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

Properties

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.

Methods

NameDescription
CreateDrillDownDataSource()Returns data records used to calculate a summary value for the current cell.
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.
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.
CreateDrillDownDataSource(Int32)Returns data records used to calculate a summary value for the current cell. Allows you to limit the number of returned records.
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

CustomExportCellEventArgsBase Class

DevExpress.PivotGrid.Printing Namespace