Back to Devexpress

CardOptionsView.ShowCardCaption Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsview-2753ed1d.md

latest2.0 KB
Original Source

CardOptionsView.ShowCardCaption Property

Gets or sets a value specifying whether card captions 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 ShowCardCaption { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowCardCaption As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display card captions; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCardCaption
CardView

.OptionsView .ShowCardCaption

|

See Also

ShowEmptyFields

ShowHorzScrollBar

ShowLines

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace