Property ToolTip
ToolTip
Gets or sets the tool-tip that is displayed for this element in the user interface. This property allows to access the tool-tip as string. In order to set/get tool-tip as object, use ToolTipObject property.
public virtual string? ToolTip { get; set; }