Back to Devexpress

GridView.OptionsHint Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-f6dc9f28.md

latest1.8 KB
Original Source

GridView.OptionsHint Property

Allows you to enable/disable tooltips for truncated captions.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsHint OptionsHint { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsHint As GridOptionsHint

Property Value

TypeDescription
GridOptionsHint

An object that contains a set of options that specify whether to display tooltips for truncated captions in specific visual elements.

|

See Also

ToolTipController

Data Grid Tooltips

Hints and Tooltips

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace