Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ShowGridLines Property


In This Topic
    ShowGridLines Property
    In This Topic
    Gets or sets whether grid lines are displayed in the drop-down list.
    Syntax
    'Declaration
     
    
    Public Property ShowGridLines As Boolean
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Boolean
     
    instance.ShowGridLines = value
     
    value = instance.ShowGridLines
    public bool ShowGridLines {get; set;}
    See Also