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

TableGroupLayoutBuilder<T> Class

Provides methods for building table groups.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v19.1.dll

Declaration

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

Type Parameters

Name
T

The following members return TableGroupLayoutBuilder objects:

Inheritance

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