AdapterTooltipDelay Property |
Gets or sets the tooltip delay.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public double? TooltipDelay { get; set; }
Public Property TooltipDelay As Double?
Get
Set
public:
property Nullable<double> TooltipDelay {
Nullable<double> get ();
void set (Nullable<double> value);
}
member TooltipDelay : Nullable<float> with get, set
Property Value
Type:
NullableDouble
The tooltip delay.
See Also