API Reference
Class
ApexTooltipOptions
Options controlling tooltip behaviour.
Inheritance
- Object
- ApexTooltipOptions
Constructors
public ApexTooltipOptions() #Methods
public ApexTooltipOptions Enable(Boolean enabled) #Returns:
ApexTooltipOptionsEnables or disables tooltips.
Parameters
- enabled System.Boolean
- True to enable tooltips.
Returns
The current ApexTooltipOptions instance.
Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled") JsonIgnore(Condition = 3)Gets or sets a value indicating whether tooltips are enabled.