Back to Devexpress

CardOptionsView.ShowLines Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsview-bb06bb83.md

latest2.0 KB
Original Source

CardOptionsView.ShowLines Property

Gets or sets a value specifying whether Card Separator are displayed.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the card separators are displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowLines
CardView

.OptionsView .ShowLines

|

See Also

ShowCardCaption

ShowEmptyFields

ShowHorzScrollBar

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace