| ColumnTooltip Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.UIControls.UniGridConfig
 Syntax
Syntaxpublic class ColumnTooltip : Component
The ColumnTooltip type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ColumnTooltip | 
            Empty constructor.
             | 
|  | ColumnTooltip(XElement) | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Encode | 
            Indicates whether the output of the tooltip should be encoded.
             | 
|  | ExternalSourceName | 
            Name used in the OnExternalDataBound event for changing the appearance of the tooltip. This can be used to create complex tooltips including images, panels etc.
             | 
|  | Source | 
            Name of the column from the data source of the UniGrid that is used as the source of the tooltip.
             | 
|  | Width | 
            Determines the width of the tooltip.
             | 
 See Also
See Also