Back to Devexpress

CardOptionsView.ShowFieldHints Property

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

latest2.2 KB
Original Source

CardOptionsView.ShowFieldHints Property

Gets or sets whether the view displays tooltips for card fields with truncated content.

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 ShowFieldHints { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowFieldHints As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display hints for card fields with truncated content; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowFieldHints
CardView

.OptionsView .ShowFieldHints

|

See Also

ShowEmptyFields

ShowHorzScrollBar

ShowLines

Data Grid Tooltips

Hints and Tooltips

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace