Back to Devexpress

GridOptionsView.ShowVertLines Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsview-f7a889f7.md

latest2.2 KB
Original Source

GridOptionsView.ShowVertLines Property

OBSOLETE

Use the ShowVerticalLines property instead.

Gets or sets a value specifying whether vertical grid lines are displayed.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ShowVerticalLines property instead.")]
public virtual bool ShowVertLines { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the ShowVerticalLines property instead.")>
Public Overridable Property ShowVertLines As Boolean

Property Value

TypeDescription
Boolean

true to display vertical grid lines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowVertLines
GridView

.OptionsView .ShowVertLines

|

Remarks

This member is obsolete. Use the GridOptionsView.ShowVerticalLines property instead.

See Also

ShowHorizontalLines

GridOptionsView Class

GridOptionsView Members

DevExpress.XtraGrid.Views.Grid Namespace