Skip to main content

ToolTipShowMode Enum

Lists values that specify whether to display tooltips for data cells and column headers.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum ToolTipShowMode

Members

Name Description
Default

The GridControl displays tooltips for all cells if you specify a custom tooltip (the CellToolTipTemplate property for data cells and the HeaderToolTip or HeaderToolTipTemplate properties for column headers).

If you do not specify a custom tooltip, the GridControl displays tooltips only for trimmed data cells and column headers.

TrimmedOnly

The GridControl displays tooltips for data cells and column headers whose values are trimmed.

Never

The GridControl does not display tooltips.

Related API Members

The following properties accept/return ToolTipShowMode values:

See Also