A newer version of this page is available.
Switch to the current version.
GridOptionsView.ShowVertLines Property
Obsolete. Gets or sets a value specifying whether vertical grid lines are displayed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[Browsable(false)]
[Obsolete("Use the ShowVerticalLines property instead.")]
public virtual bool ShowVertLines { get; set; }
<Browsable(False)>
<Obsolete("Use the ShowVerticalLines property instead.")>
Public Overridable Property ShowVertLines As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to display vertical grid lines; otherwise, false. |
Remarks
This member is obsolete. Use the GridOptionsView.ShowVerticalLines property instead.
See Also
Feedback