Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ItemHighlightInteraction.Config Class Reference

More...

Inheritance diagram for Ext.Net.ItemHighlightInteraction.Config:
Ext.Net.AbstractInteraction.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ItemHighlightInteraction.Builder (ItemHighlightInteraction.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual ? bool MultiTooltips [get, set]
 Enable displaying multiple tooltips for overlapping or adjacent series items within Ext.chart.series.Line::selectionTolerance radius. More...
 
virtual ? bool Sticky [get, set]
 Disables mouse tracking. Series items will only be highlighted/unhighlighted on mouse click. This config has no effect on touch devices. More...
 
- Properties inherited from Ext.Net.AbstractInteraction.Config
virtual string InteractionID [get, set]
 
virtual bool Enabled [get, set]
 True if the interaction is enabled. More...
 
virtual int ThrottleGap [get, set]
 Android device is emerging too many events so if we re-render every frame it will take forever to finish a frame. This throttle technique will limit the timespan between two frames. More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator ItemHighlightInteraction.Builder()

static implicit Ext.Net.ItemHighlightInteraction.Config.operator ItemHighlightInteraction.Builder ( ItemHighlightInteraction.Config  config)
inlinestatic

Property Documentation

◆ MultiTooltips

virtual ? bool Ext.Net.ItemHighlightInteraction.Config.MultiTooltips
getset

Enable displaying multiple tooltips for overlapping or adjacent series items within Ext.chart.series.Line::selectionTolerance radius.

◆ Sticky

virtual ? bool Ext.Net.ItemHighlightInteraction.Config.Sticky
getset

Disables mouse tracking. Series items will only be highlighted/unhighlighted on mouse click. This config has no effect on touch devices.


The documentation for this class was generated from the following file: