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

GridView.OptionsHint Property

Allows you to enable/disable tooltips for truncated captions.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
GridOptionsHint

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

See Also