Represents a collection of Target control objects that are used by the TargetControl property.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public class C1ToolTipTargetControlCollection : C1ObservableItemCollection<C1ToolTip, C1ToolTipTargetControl>, 
	IJsonEmptiable
Visual Basic (Declaration)
Public Class C1ToolTipTargetControlCollection _
	Inherits C1ObservableItemCollection(Of C1ToolTip, C1ToolTipTargetControl) _
	Implements IJsonEmptiable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1ToolTipTargetControl>)>)>
    C1ObservableItemCollection<(Of <(<'C1ToolTip, C1ToolTipTargetControl>)>)>
      C1.Web.UI.Controls.C1ToolTip..::..C1ToolTipTargetControlCollection

See Also