Class WidgetContainer
The base implemenation of IWidgetContainer interface
Inheritance
System.Object
WidgetContainer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public abstract class WidgetContainer : WidgetBase, IEntityBase, IXDLSSerializable, IWidgetContainer, IWidget
Constructors
WidgetContainer()
Declaration
protected WidgetContainer()
WidgetContainer(IDocument)
Declaration
public WidgetContainer(IDocument doc)
Parameters
Type | Name | Description |
---|---|---|
IDocument | doc |
Properties
Count
Gets count of child items.
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
Item[Int32]
Gets child item by index.
Declaration
public IWidget this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
IWidget |
WidgetCollection
Declaration
protected abstract ICollectionBase WidgetCollection { get; }
Property Value
Type |
---|
ICollectionBase |