GridView.OptionsHint Property
Allows you to enable/disable tooltips for truncated captions.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
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