CellElementData Members
In This Article
#Constructors
Name | Description |
---|---|
Cell |
For internal use. |
#Properties
Name | Description |
---|---|
Background |
Gets or sets the brush that is used to paint the field value cell or data area cell.
Inherited from Data |
Border |
Gets or sets the outer indents of the field value cell or data area cell.
Inherited from Data |
Column |
Gets the index of the column. |
Column |
Gets information about the column total related to the current cell. |
Column |
Gets information about the column field related to the current cell. |
Column |
Gets the text that is displayed in column field values. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Display |
Gets the cell’s display text. |
Field | Gets the data field to which the cell belongs. |
Foreground |
Gets or sets the brush that is used to paint the foreground of the field value cell or data area cell.
Inherited from Data |
Is |
Gets or sets a value that determines whether this element is focused. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Is |
Gets a value that indicates whether the field value or data area cell is selected.
Inherited from Data |
Is |
Gets whether the cell value is a total. |
Max |
Gets the maximum column index that corresponds to the field value that is processed. |
Max |
Gets the index of the last nested cell at the last column level. |
Min |
Gets the minimum column index that corresponds to the field value that is processed. |
Min |
Gets the index of the first nested cell at the last column level. |
Pivot |
Gets the Pivot Grid control to which the cell belongs. |
Row |
Gets the index of the specified row. |
Row |
|
Row |
Gets information about the row field value that corresponds to the current cell. |
Row |
|
Value | Gets the value of the cell. |
#Methods
Name | Description |
---|---|
Check |
Determines whether the calling thread has access to this Dispatcher |
Clear |
Clears the local value of a property. The property to be cleared is specified by a Dependency |
Clear |
Clears the local value of a read-only property. The property to be cleared is specified by a Dependency |
Coerce |
Coerces the value of the specified dependency property. This is accomplished by invoking any Coerce |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether a provided Dependency |
Get |
Gets a hash code for this Dependency |
Get |
Creates a specialized enumerator for determining which dependency properties have locally set values on this Dependency |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the current effective value of a dependency property on this instance of a Dependency |
Invalidate |
Re-evaluates the effective value for the specified dependency property.
Inherited from Dependency |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Invoked whenever the effective value of any dependency property on this Dependency |
Read |
Returns the local value of a dependency property, if it exists.
Inherited from Dependency |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the value of a dependency property without changing its value source.
Inherited from Dependency |
Set |
Sets the local value of a dependency property, specified by its dependency property identifier.
Inherited from Dependency |
Set |
Sets the local value of a read-only dependency property, specified by the Dependency |
Should |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
Inherited from Dependency |
To |
Returns a string that represents the current object. Inherited from Object. |
Verify |
Enforces that the calling thread has access to this Dispatcher |
See Also