A newer version of this page is available.
Switch to the current version.
GridOptionsView.ShowHorizontalLines Property
Gets or sets whether horizontal grid lines are displayed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowHorizontalLines { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property ShowHorizontalLines As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean value that specifies if horizontal grid lines are displayed. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowHorizontalLines |
---|---|
AdvBandedGridView |
|
AdvBandedGridView |
|
AdvBandedGridView |
|
BandedGridView |
|
BandedGridView |
|
GridView |
|
Remarks
If the ShowHorizontalLines property is set to Default, horizontal lines are automatically hidden in specific skins (e.g. Metropolis). In other skins, horizontal lines are visible. You can forcibly hide horizontal lines by setting the ShowHorizontalLines property to False.
See Also
Feedback