ShowHeaderToolTipModes Enumeration

Identifies the ways to display the ToolTip in the column headers 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 ShowHeaderToolTipModes

Members

Default0 The ToolTip is displayed when the header content is displayed cropped or if a HeaderToolTipTemplate has been specified for the column.
Always1 Always show the ToolTip.
ClippedContent2 The ToolTip is displayed only if the header content is displayed cropped

See Also