Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / DisplayHeader Property


In This Topic
    DisplayHeader Property (ISlicer)
    In This Topic
    Gets or sets whether the header that displays the slicer Caption is visible.
    Syntax
    'Declaration
     
    
    Property DisplayHeader As Boolean
    'Usage
     
    
    Dim instance As ISlicer
    Dim value As Boolean
     
    instance.DisplayHeader = value
     
    value = instance.DisplayHeader
    bool DisplayHeader {get; set;}

    Property Value

    true if the header is visible; otherwise, false.
    See Also