SfDataGridBehaviorSetShowCellToolTipMode Method

Sets the value of the ShowCellToolTipMode attached property for the indicated column.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetShowCellToolTipMode(
	GridColumnBase element,
	ShowCellToolTipModes value
)

Parameters

element  GridColumnBase
GridColumn with the element.
value  ShowCellToolTipModes
ShowHeaderToolTipModes with the value.

See Also