Back to Devexpress

ShowCellToolTipMode Enum

wpf-devexpress-dot-xpf-dot-spreadsheet-acacd618.md

latest1.2 KB
Original Source

ShowCellToolTipMode Enum

Lists modes which determine whether a tooltip is displayed for the cell.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public enum ShowCellToolTipMode
vb
Public Enum ShowCellToolTipMode

Members

NameDescription
Never

Do not show the tooltip.

| | Always |

Show the tooltip when the mouse hovers over the cell.

| | Auto |

Show the tooltip when the mouse hovers over the cell and the cell text does not fit the cell.

|

The following properties accept/return ShowCellToolTipMode values:

See Also

DevExpress.Xpf.Spreadsheet Namespace