Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / DisplayHeader Property


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

    Property Value

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