ShowCellToolTipModes Enumeration

Identifies the ways to display the ToolTip in the data cells of the SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public enum ShowCellToolTipModes

Members

Default0 The ToolTip is displayed when the cell content is displayed clipped or if a ToolTipTemplate has been specified for the column.
Always1 Always show the ToolTip.
ClippedContent2 The ToolTip is shown only if the cell content is displayed clipped.

See Also