Back to Devexpress

PivotCustomCellAppearanceEventArgs Members

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomcellappearanceeventargs-dot-underscore-members.md

latest20.9 KB
Original Source

PivotCustomCellAppearanceEventArgs Members

Provides data for the PivotGridControl.CustomCellAppearance event.

Fields

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

Properties

NameDescription
BackgroundGets or sets the brush used to paint the background of the processed cell.
ColumnCustomTotalGets the custom total to which the processed cell’s column corresponds. Inherited from PivotCellBaseEventArgs.
ColumnFieldGets the innermost column field which corresponds to the processed cell. Inherited from PivotCellBaseEventArgs.
ColumnFieldIndexThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PivotCellBaseEventArgs.
ColumnIndexGets the visual index of the column that contains the processed cell. Inherited from PivotCellBaseEventArgs.
ColumnValueTypeGets the type of the cell’s column header. Inherited from PivotCellBaseEventArgs.
DataFieldGets the data field which identifies the column where the processed cell resides. Inherited from PivotCellBaseEventArgs.
DisplayTextGets the display text of the cell currently being processed. Inherited from PivotCellBaseEventArgs.
FocusedGets whether the processed cell is the focused cell. Inherited from PivotCellBaseEventArgs.
ForegroundGets or sets the brush used to paint the foreground of the processed cell.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
IsExportingGets or sets whether the pivot grid is being exported (or printed).
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
OverrideFormatRuleColorAllows you to override the format rule colors using the PivotGridControl.CustomCellAppearance event.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
RowCustomTotalGets the custom total to which the processed cell’s row corresponds. Inherited from PivotCellBaseEventArgs.
RowFieldGets the innermost row field which corresponds to the processed cell. Inherited from PivotCellBaseEventArgs.
RowFieldIndexThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PivotCellBaseEventArgs.
RowIndexGets the visual index of the row that contains the processed cell. Inherited from PivotCellBaseEventArgs.
RowValueTypeGets the type of the cell’s row header. Inherited from PivotCellBaseEventArgs.
SelectedGets whether the processed cell is selected. Inherited from PivotCellBaseEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
SummaryTypeGets the type of summary calculated in the current cell. Inherited from PivotCellBaseEventArgs.
SummaryValueGets the summary value currently being processed. Inherited from PivotCellBaseEventArgs.
ValueGets the processed cell’s value. Inherited from PivotCellBaseEventArgs.

Methods

NameDescription
CreateDrillDownDataSource()Returns a list of records used to calculate a value for the current cell. Inherited from PivotCellBaseEventArgs.
CreateDrillDownDataSource(List<String>)Returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to return. Inherited from PivotCellBaseEventArgs.
CreateDrillDownDataSource(Int32, List<String>)Returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to return. Inherited from PivotCellBaseEventArgs.
CreateOlapDrillDownDataSource(List<String>)Obsolete. In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned. Inherited from PivotCellBaseEventArgs.
CreateOlapDrillDownDataSource(Int32, List<String>)Obsolete. In OLAP mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned. Inherited from PivotCellBaseEventArgs.
CreateServerModeDrillDownDataSource(List<String>)Obsolete. In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns to be returned. Inherited from PivotCellBaseEventArgs.
CreateServerModeDrillDownDataSource(Int32, List<String>)Obsolete. In server mode, returns a list of records used to calculate a summary value for the current cell. Allows you to specify the columns and limit the number of records to be returned. Inherited from PivotCellBaseEventArgs.
CreateSummaryDataSource()Returns a summary data source. Inherited from PivotCellBaseEventArgs.
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.
GetCellValue(PivotGridField)Returns a cell value calculated for the current column and row field values, against the specified data field. Inherited from PivotCellBaseEventArgs.
GetCellValue(Int32, Int32)Returns a cell value by the column and row indexes. Inherited from PivotCellBaseEventArgs.
GetCellValue(Object[], Object[], PivotGridField)Returns a cell value calculated for the specified column and row field values, against the specified data field. Inherited from PivotCellBaseEventArgs.
GetColumnFields()Returns an array of column fields which correspond to the processed cell. Inherited from PivotCellBaseEventArgs.
GetColumnGrandTotal(PivotGridField)Returns a Column Grand Total value calculated for the current row field values, against the specified data field. Inherited from PivotCellBaseEventArgs.
GetColumnGrandTotal(Object[], PivotGridField)Returns a Column Grand Total value calculated for the specified row field values, against the specified data field. Inherited from PivotCellBaseEventArgs.
GetFieldValue(PivotGridField, Int32)Returns the specified column or row field’s value for the cell, addressed by its zero-based index in the Data Area. Inherited from PivotCellBaseEventArgs.
GetFieldValue(PivotGridField)Returns the value of the specified column or row field which identifies the column/row in which the processed cell resides. Inherited from PivotCellBaseEventArgs.
GetGrandTotal(PivotGridField)Gets the Grand Total for the specified field. Inherited from PivotCellBaseEventArgs.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetNextColumnCellValue(PivotGridField)Returns the value of the cell in the same row but in the next column. Inherited from PivotCellBaseEventArgs.
GetNextRowCellValue(PivotGridField)Returns the value of the cell in the next row. Inherited from PivotCellBaseEventArgs.
GetPrevColumnCellValue(PivotGridField)Returns the value of the cell in the same row, but in the previous column. Inherited from PivotCellBaseEventArgs.
GetPrevRowCellValue(PivotGridField)Returns the value of the cell in the previous row. Inherited from PivotCellBaseEventArgs.
GetRowFields()Returns an array of row fields that correspond to the processed cell. Inherited from PivotCellBaseEventArgs.
GetRowGrandTotal(PivotGridField)Returns a Row Grand Total value calculated for the current column field values, against the specified data field. Inherited from PivotCellBaseEventArgs.
GetRowGrandTotal(Object[], PivotGridField)Returns a Row Grand Total value calculated for the specified column field values, against the specified data field. Inherited from PivotCellBaseEventArgs.
GetType()Gets the Type of the current instance. Inherited from Object.
IsFieldValueExpanded(PivotGridField)Indicates whether the specified field’s value that represents a row or column header of the processed cell is expanded. Inherited from PivotCellBaseEventArgs.
IsFieldValueRetrievable(PivotGridField)Gets whether the value of the specified column or row field can be retrieved for the current cell by the PivotCellBaseEventArgs.GetFieldValue method. Inherited from PivotCellBaseEventArgs.
IsOthersFieldValue(PivotGridField)Indicates whether the processed data cell resides within the “Others” row/column when the Top N Value feature is enabled. Inherited from PivotCellBaseEventArgs.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
OnSetSource(Object) protectedWhen overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. Inherited from RoutedEventArgs.
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

PivotCustomCellAppearanceEventArgs Class

DevExpress.Xpf.PivotGrid Namespace