Back to Devexpress

LayoutViewOptionsView.ShowFieldHints Property

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

latest2.0 KB
Original Source

LayoutViewOptionsView.ShowFieldHints Property

Gets or sets a value specifying whether hints are displayed for card fields with truncated content.

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 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
LayoutView

.OptionsView .ShowFieldHints

|

Remarks

See Hints to learn about displaying hints.

See Also

Data Grid Tooltips

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace