The CellData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPropertyName``1 | (Inherited from BindableObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| OnPropertyChanged(String) | (Inherited from BindableObject.) | |
| OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DisplayValue |
The display value of the cell (used for example to visualize a different thing instead of the content)
| |
| ImageKey |
Rather than a Base64Source specifies an ImageKey used by an Image array
| |
| ImageSource |
The Base64Stream string that represents the KPI
| |
| Key |
The unique identifier of the cell
| |
| ShowValue |
When there is an ImageSource set specifies if the value should be visible or not
| |
| Value |
The value of the cell
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from BindableObject.) |