Back to Devexpress

LayoutViewOptionsView.ShowCardLines Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-b9c4f39f.md

latest1.7 KB
Original Source

LayoutViewOptionsView.ShowCardLines Property

Gets or sets a value specifying whether card separators are displayed.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowCardLines { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowCardLines As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if card separators are displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCardLines
LayoutView

.OptionsView .ShowCardLines

|

See Also

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace