DataAreaElementData Properties
Contains the field value cell’s and data area cell’s data, location, and layout characteristics.| Name | Description |
|---|---|
| Background | Gets or sets the brush that is used to paint the field value cell or data area cell. |
| BorderThickness | Gets or sets the outer indents of the field value cell or data area cell. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| DisplayText | Gets the text that is displayed in the field value cell or data area cell. |
| Field | Gets the field to which the element belongs. |
| Foreground | Gets or sets the brush that is used to paint the foreground of the field value cell or data area cell. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| IsSelected | Gets a value that indicates whether the field value or data area cell is selected. |
| MaxIndex | Gets the maximum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed. |
| MaxLevel | Gets the index of the last nested cell at the last column level. |
| MinIndex | Gets the minimum row index (for row fields) or column index (for column fields) that corresponds to the field value that is processed. |
| MinLevel | Gets the index of the first nested cell at the last column level. |
| PivotGrid | |
| Value | Gets the value of the field value cell or data area cell. |
See Also