| EditableListColumnOptionsTooltip Property |
Gets or sets the column header's tooltip text.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("")]
public string Tooltip { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("")>
Public Property Tooltip As String
Get
Set
Property Value
Type:
StringA string value that specifies the text displayed within the column header's tooltip. The default is String.Empty.
Return Value
Type:
StringRemarks
If the ToolTip property is specified, the tooltip is shown whenever the mouse pointer pauses over the column's header.
Otherwise, the tooltip isn't shown.
See Also