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