Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / ShowIconOnly Property


In This Topic
    ShowIconOnly Property (IconSetCfRule)
    In This Topic
    Gets or sets a value indicating whether to show icon only.
    Syntax
    'Declaration
     
    
    Public Property ShowIconOnly As Boolean
    'Usage
     
    
    Dim instance As IconSetCfRule
    Dim value As Boolean
     
    instance.ShowIconOnly = value
     
    value = instance.ShowIconOnly
    public bool ShowIconOnly {get; set;}

    Property Value

    true to show icon only; otherwise, false.
    See Also