ReadOnlyOptionalContentDisplayProperty
interface ReadOnlyOptionalContentDisplayProperty : ObservableOptionalContentDisplay, ReadOnlyProperty<ContentDisplay?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyContentDisplayProperty, but the value can also be null
.