Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / ShowHeader Property


In This Topic
    ShowHeader Property
    In This Topic
    Gets or sets a value that indicates the visibility of column headers. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property ShowHeader As Boolean
    'Usage
     
    Dim instance As GcListBox
    Dim value As Boolean
     
    instance.ShowHeader = value
     
    value = instance.ShowHeader
    public bool ShowHeader {get; set;}

    Property Value

    Value that indicates the visibility of column headers. The default is true.
    See Also