Class CircularList
Internal collection which holds the list of child items to be populated in the control.
Inheritance
System.Object
CircularList
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CircularList : List<Control>
Constructors
CircularList(ItemCollection)
Initializes new instance for CircularList class.
Declaration
public CircularList(ItemCollection items)
Parameters
| Type | Name | Description |
|---|---|---|
| ItemCollection | items | Child items collection to be populated in the control. |