[]
Gets or sets a boolean indicating whether to show the icon for RichValue<T> object.
bool? ShowDetailsIcon { get; set; }
Property ShowDetailsIcon As Boolean?
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.