Interface IContainable<T>
Interface defining methods for managing elements of the container.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public interface IContainable<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of element that can be added to the container. |
Properties
Children
The children collection of an element.
Declaration
IList<T> Children { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T> |