IPropertyContainer Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
public interface IPropertyContainer : IQixClassBase, IDisposable, IChangeNotifierProperties
| Name | Description | 
|---|---|
| Properties | Property for accessing properties structure. | 
| SuspendedLayout | Stops incoming changes from altering the object, resumes normal behavior after disposed. | 
Methods
| Name | Description | 
|---|---|
| GetLayout() | Get the layout structure of the Qix entity. | 
| GetLayoutAsync() | Get the layout structure of the Qix entity. | 
| GetLayoutAsync(AsyncHandle) | Get the layout structure of the Qix entity. | 
| GetLayoutAsync<T>(AsyncHandle, Func<Response, T>) | Get the layout structure of the Qix entity. | 
| GetProperties() | Get the properties structure of the Qix entity. | 
| GetPropertiesAsync() | Get the properties structure of the Qix entity. | 
| GetPropertiesAsync(AsyncHandle) | Get the properties structure of the Qix entity. | 
| GetPropertiesAsync<T>(AsyncHandle, Func<Response, T>) | Get the properties structure of the Qix entity. | 
| ResumeLayout() | Resume layout updates. The OnChanged callback will not be executed while layout is suspended. | 
| SuspendLayout() | Suspend layout updates. The OnChanged callback will not be executed while layout is suspended. |