Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IRichValue Interface / ShowDetailsIcon Property


In This Topic
    ShowDetailsIcon Property (IRichValue)
    In This Topic
    Gets or sets a boolean indicating whether to show the icon for RichValue<T> object.
    Syntax
    '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;}
    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.

    See Also