Back to Devexpress

PivotCellBaseEventArgs Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-underscore-properties.md

latest4.9 KB
Original Source

PivotCellBaseEventArgs Properties

Provides data for the events which are invoked for particular data cells.

NameDescription
ColumnCustomTotalGets the custom total to which the processed cell’s column corresponds.
ColumnFieldGets the innermost column field which corresponds to the processed cell.
ColumnFieldIndexThis member supports the internal infrastructure and is not intended to be used directly from your code.
ColumnIndexGets the visual index of the column that contains the processed cell.
ColumnValueTypeGets the type of the cell’s column header.
DataFieldGets the data field which identifies the column where the processed cell resides.
DisplayTextGets the display text of the cell currently being processed.
FocusedGets whether the processed cell is the focused 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.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
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.
RowFieldGets the innermost row field which corresponds to the processed cell.
RowFieldIndexThis member supports the internal infrastructure and is not intended to be used directly from your code.
RowIndexGets the visual index of the row that contains the processed cell.
RowValueTypeGets the type of the cell’s row header.
SelectedGets whether the processed cell is selected.
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.
SummaryValueGets the summary value currently being processed.
ValueGets the processed cell’s value.

See Also

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace