IPropertyContainer Interface
Assembly: Qlik.Engine.dll
Syntax
public interface IPropertyContainer : IQixClassBase, IDisposable, IChangeNotifier
Properties
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. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!