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

TableGroupContainerLayoutBuilder<T> Class

Provides methods for building table group containers.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v19.2.dll

Declaration

public class TableGroupContainerLayoutBuilder<T> :
    LayoutBuilderBase<T, TableGroupContainerLayoutBuilder<T>>

Type Parameters

Name
T

The following members return TableGroupContainerLayoutBuilder objects:

Inheritance

Object
LayoutBuilderBase<T, TableGroupContainerLayoutBuilder<T>>
TableGroupContainerLayoutBuilder<T>
See Also