ShowHeaderToolTipModes Enumeration
Identifies the ways to display the ToolTip in the column headers of the SfDataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public enum ShowHeaderToolTipModes
Public Enumeration ShowHeaderToolTipModes
Default | 0 |
The ToolTip is displayed when the header content is displayed cropped or if a
HeaderToolTipTemplate has been specified for the column.
|
Always | 1 |
Always show the ToolTip.
|
ClippedContent | 2 |
The ToolTip is displayed only if the header content is displayed cropped
|