'Declaration
Property ShowDetailsIcon As Nullable(Of Boolean)
'Usage
Dim instance As IRichValue Dim value As Nullable(Of Boolean) instance.ShowDetailsIcon = value value = instance.ShowDetailsIcon
Nullable<bool> ShowDetailsIcon {get; set;}
'Declaration
Property ShowDetailsIcon As Nullable(Of Boolean)
'Usage
Dim instance As IRichValue Dim value As Nullable(Of Boolean) instance.ShowDetailsIcon = value value = instance.ShowDetailsIcon
Nullable<bool> ShowDetailsIcon {get; set;}
If the value is true
, the icon of RichValue<T> object displays if it's available; otherwise, default icon displays.
If the value is false
, no icon displays.
If the value is null
, the icon of RichValue<T> object will display if it's available; otherwise, no icon displays.