Back to Devexpress

CustomExportFieldValueEventArgs Members

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

latest9.1 KB
Original Source

CustomExportFieldValueEventArgs Members

Provides data for the PivotGridControl.CustomExportFieldValue event.

Fields

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

Properties

NameDescription
AppearanceGets or sets the appearance object used to paint the current field value.
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.
CustomTotalGets a custom total to which the processed field value corresponds.
DataFieldGets the data field that specifies the processed value. Inherited from CustomExportFieldValueEventArgsBase<T>.
EndLevelGets the maximum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed. Inherited from CustomExportFieldValueEventArgsBase<T>.
FieldGets a field whose value is being processed. Inherited from CustomExportFieldValueEventArgsBase<T>.
IsCollapsedGets whether the processed field value is collapsed. Inherited from CustomExportFieldValueEventArgsBase<T>.
IsColumnGets whether the processed value corresponds to a column field. Inherited from CustomExportFieldValueEventArgsBase<T>.
IsOthersValueGets whether the processed value corresponds to the “Others” row/column. Inherited from CustomExportFieldValueEventArgsBase<T>.
IsTopMostGets whether the processed field value resides within the top most row or column. Inherited from CustomExportFieldValueEventArgsBase<T>.
MaxIndexGets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. Inherited from CustomExportFieldValueEventArgsBase<T>.
MinIndexGets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value currently being processed. Inherited from CustomExportFieldValueEventArgsBase<T>.
RectDefines the size and location of the printed or exported cell. Inherited from CustomPrintEventArgs.
StartLevelGets the minimum row level (for row fields) or column level (for column fields) that corresponds to the field value currently being processed. Inherited from CustomExportFieldValueEventArgsBase<T>.
TextGets the processed field value display text. Inherited from CustomExportFieldValueEventArgsBase<T>.
ValueGets the processed field value. Inherited from CustomExportFieldValueEventArgsBase<T>.
ValueTypeGets the type of the currently processed field value. Inherited from CustomExportFieldValueEventArgsBase<T>.

Methods

NameDescription
ContainsLevel(Int32)Returns whether the specified row or column level corresponds to the processed field value. Inherited from CustomExportFieldValueEventArgsBase<T>.
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

CustomExportFieldValueEventArgs Class

DevExpress.XtraPivotGrid Namespace