Back to Devexpress

CellElementData Properties

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

latest5.6 KB
Original Source

CellElementData Properties

Contains the pivot grid’s cell data, location, and layout characteristics.

NameDescription
BackgroundGets or sets the brush that is used to paint the field value cell or data area cell. Inherited from DataAreaElementData.
BorderThicknessGets or sets the outer indents of the field value cell or data area cell. Inherited from DataAreaElementData.
ColumnIndexGets the index of the column.
ColumnTotalValueGets information about the column total related to the current cell.
ColumnValueGets information about the column field related to the current cell.
ColumnValueDisplayTextGets the text that is displayed in column field values.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayTextGets the cell’s display text.
FieldGets the data field to which the cell belongs.
ForegroundGets or sets the brush that is used to paint the foreground of the field value cell or data area cell. Inherited from DataAreaElementData.
IsFocusedGets or sets a value that determines whether this element is focused.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSelectedGets a value that indicates whether the field value or data area cell is selected. Inherited from DataAreaElementData.
IsTotalAppearanceGets whether the cell value is a total.
MaxIndexGets the maximum column index that corresponds to the field value that is processed.
MaxLevelGets the index of the last nested cell at the last column level.
MinIndexGets the minimum column index that corresponds to the field value that is processed.
MinLevelGets the index of the first nested cell at the last column level.
PivotGridGets the Pivot Grid control to which the cell belongs.
RowIndexGets the index of the specified row.
RowTotalValue
RowValueGets information about the row field value that corresponds to the current cell.
RowValueDisplayText
ValueGets the value of the cell.

See Also

CellElementData Class

CellElementData Members

DevExpress.Xpf.PivotGrid Namespace