Interface IWidgetContainer
Represents a collection of Widget objects.
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IWidgetContainer : IWidget
Properties
Count
Gets count of child widgets.
Declaration
int Count { get; }
Property Value
Type |
---|
System.Int32 |
Item[Int32]
Gets child widget by index.
Declaration
IWidget this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
IWidget |