Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListGridLines Property


In This Topic
    ListGridLines Property (GcComboBox)
    In This Topic
    Gets or sets a ListGridLines value that indicates the grid lines of control.
    Syntax
    'Declaration
     
    
    Public Property ListGridLines As ListGridLines
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ListGridLines
     
    instance.ListGridLines = value
     
    value = instance.ListGridLines
    public ListGridLines ListGridLines {get; set;}

    Property Value

    A ListGridLines value.
    Remarks
    The value of this property determines the appearance of gridlines. Include the Line.Color and Line.Style of Line.
    See Also