Back to Devexpress

GridOptionsHint Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-36e14e7e.md

latest1.9 KB
Original Source

GridOptionsHint Class

Contains a set of options that specify whether to display tooltips for truncated captions in a Grid View‘s specific visual elements.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class GridOptionsHint :
    ViewBaseOptions
vb
Public Class GridOptionsHint
    Inherits ViewBaseOptions

The following members return GridOptionsHint objects:

Inheritance

Object ViewStatePersisterCore BaseOptions ViewBaseOptions GridOptionsHint BandedGridOptionsHint

See Also

GridOptionsHint Members

OptionsHint

Hints and Tooltips

Data Grid Tooltips

DevExpress.XtraGrid.Views.Grid Namespace