Click or drag to resize

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; }

Property Value

Type: String
A string value that specifies the text displayed within the column header's tooltip. The default is String.Empty.

Return Value

Type: String
Remarks
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