Property Item
| Improve this Doc View SourceItem[Int32]
Gets the view element for specified flow index..
Declaration
public T this[int flowIndex] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | flowIndex | The specified flow index. |
Property Value
| Type | Description |
|---|---|
| T | The result view element. |