Back to Devexpress

GridOptionsView.ShowPreviewLines Property

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

latest2.2 KB
Original Source

GridOptionsView.ShowPreviewLines Property

OBSOLETE

Use the ShowPreviewRowLines property instead.

Gets or sets whether preview 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 ShowPreviewRowLines property instead.")]
public virtual bool ShowPreviewLines { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the ShowPreviewRowLines property instead.")>
Public Overridable Property ShowPreviewLines As Boolean

Property Value

TypeDescription
Boolean

true to display preview lines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPreviewLines
GridView

.OptionsView .ShowPreviewLines

|

Remarks

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

See Also

ShowPreview

GridOptionsView Class

GridOptionsView Members

DevExpress.XtraGrid.Views.Grid Namespace