Class WidgetContainer
The base implementation 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.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public abstract class WidgetContainer : WidgetBase, IXDLSSerializable, IEntity, IWidgetContainer, IWidgetConstructors
WidgetContainer(WordDocument, Entity)
Initializes a new instance of the WidgetContainer class.
Declaration
public WidgetContainer(WordDocument doc, Entity owner)Parameters
| Type | Name | Description | 
|---|---|---|
| WordDocument | doc | The document. | 
| Entity | owner | The owner. | 
Properties
Count
Gets count of child widgets.
Declaration
public int Count { get; }Property Value
| Type | 
|---|
| System.Int32 | 
WidgetCollection
Declaration
protected abstract IEntityCollectionBase WidgetCollection { get; }Property Value
| Type | 
|---|
| IEntityCollectionBase | 
WidgetInnerCollection
Gets Childwidgets. Read-only.
Declaration
public EntityCollection WidgetInnerCollection { get; }Property Value
| Type | 
|---|
| EntityCollection |