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