Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListHeaderPane Property


In This Topic
    ListHeaderPane Property (GcComboBoxCellType)
    In This Topic
    Gets a ListHeaderPaneInfo value that indicates the header pane.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListHeaderPane As ListHeaderPaneInfo
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As ListHeaderPaneInfo
     
    value = instance.ListHeaderPane
    public ListHeaderPaneInfo ListHeaderPane {get;}

    Property Value

    A ListHeaderPaneInfo value.
    Remarks
    The property determines the appearance of the header pane of the drop-down list.
    See Also