Skip to main content
A newer version of this page is available. .

MetadataBuilder<T>.TableLayout() Method

Initializes a table group container builder.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public TableGroupContainerLayoutBuilder<T> TableLayout()

Returns

Type Description
TableGroupContainerLayoutBuilder<T>

The table group container builder instance.

Remarks

The TableLayout property is recognized by the GridControl and TreeListControl.

See Also