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

VGridOptionsHint Class

Provides options that control the tooltip feature for a vertical grid’s elements.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public class VGridOptionsHint :
    BaseVGridOptions

The following members return VGridOptionsHint objects:

Remarks

The options this class provides are accessible with the VGridControlBase.OptionsHint property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraVerticalGrid.BaseVGridOptions
VGridOptionsHint
See Also