Skip to main content

TableGroupContainerLayoutBuilder<T> Class

Provides methods for building table group containers.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#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