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


In This Topic
    HeaderStyle Property (GcListBox)
    In This Topic
    Gets or sets the style that is used when rendering the column headers. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property HeaderStyle As Style
    'Usage
     
    Dim instance As GcListBox
    Dim value As Style
     
    instance.HeaderStyle = value
     
    value = instance.HeaderStyle
    public Style HeaderStyle {get; set;}

    Property Value

    The style applied to column headers. The default value is a null reference (Nothing in Visual Basic).
    See Also