Skip to main content

GridView.OptionsHint Property

Allows you to enable/disable tooltips for truncated captions.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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