Back to Devexpress

CardOptionsView.ShowFieldCaptions Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsview-0e27a1e3.md

latest1.9 KB
Original Source

CardOptionsView.ShowFieldCaptions Property

Gets or sets whether field 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 ShowFieldCaptions { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowFieldCaptions As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display field captions; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFieldCaptions
CardView

.OptionsView .ShowFieldCaptions

|

Remarks

See Also

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace