The CellData type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDisplayValue
The display value of the cell (used for example to visualize a different thing instead of the content)
Public propertyImageKey
Rather than a Base64Source specifies an ImageKey used by an Image array
Public propertyImageSource
The Base64Stream string that represents the KPI
Public propertyKey
The unique identifier of the cell
Public propertyShowValue
When there is an ImageSource set specifies if the value should be visible or not
Public propertyValue
The value of the cell

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also