Gets or sets the content.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public IEnumerable<Row> Content { get; set; } |
| Visual Basic |
|---|
Public Property Content As IEnumerable(Of Row) Get Set |
| Visual C++ |
|---|
public: property IEnumerable<Row^>^ Content { IEnumerable<Row^>^ get (); void set (IEnumerable<Row^>^ value); } |
| F# |
|---|
member Content : IEnumerable<Row> with get, set |
Property Value
Type: IEnumerable<(Of <(<'Row>)>)>The content.