Skip to main content
A newer version of this page is available. .

GridView.OptionsHint Property

Provides access to the View’s hint options.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GridOptionsHint OptionsHint { get; }

Property Value

Type Description
GridOptionsHint

A GridOptionsHint object containing the View’s hint options.

Remarks

Use the properties provided by the OptionsHint object, to enable/disable tooltips for the grid’s elements.

You can customize the tooltips display by assigning a ToolTipController component to the grid control’s EditorContainer.ToolTipController property.

See Also