Method WithTooltip
WithTooltip(string)
Sets the tooltip for the field descriptor.
public T WithTooltip(string tooltip)
Parameters
tooltip
stringThe tooltip text to set. If null or whitespace, the tooltip will not be set.
Returns
- T
The builder instance.