DataControlBase.CellToolTipShowMode Property
Gets or sets whether to display cell tooltips. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(ToolTipShowMode.Default)]
public ToolTipShowMode CellToolTipShowMode { get; set; }
#Property Value
Type | Description |
---|---|
Tool |
A value that defines whether to display cell tooltips. |
Available values:
Name | Description |
---|---|
Default | The Grid If you do not specify a custom tooltip, the Grid |
Trimmed |
The Grid |
Never | The Grid |