[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IRichValue.ShowDetailsIcon

ShowDetailsIcon Property

ShowDetailsIcon

Gets or sets a boolean indicating whether to show the icon for RichValue<T> object.

Declaration
bool? ShowDetailsIcon { get; set; }
Property ShowDetailsIcon As Boolean?
Remarks

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.