Back to Devexpress

VGridOptionsHint.ShowCellHints Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionshint-297ccb28.md

latest1.8 KB
Original Source

VGridOptionsHint.ShowCellHints Property

Gets or sets whether hints are displayed for cells with truncated content.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCellHints
VGridControlBase

.OptionsHint .ShowCellHints

|

See Also

Hints and Tooltips

VGridOptionsHint Class

VGridOptionsHint Members

DevExpress.XtraVerticalGrid Namespace