HorizontalGridLineStyle Property (GcComboBox)
Gets or sets a
GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the horizontal grid line style for each lines. This is a dependency property.
'Declaration
Public Property HorizontalGridLineStyle As LineStyle
'Usage
Dim instance As GcComboBox
Dim value As LineStyle
instance.HorizontalGridLineStyle = value
value = instance.HorizontalGridLineStyle
public LineStyle HorizontalGridLineStyle {get; set;}
Property Value
A
GrapeCity.Windows.InputMan.LineStyle enumeration value that indicates the grid line style for each lines.