Back to Devexpress

TableGroupContainerLayoutBuilder<T> Class

corelibraries-devexpress-dot-mvvm-dot-dataannotations-dot-tablegroupcontainerlayoutbuilder-1.md

latest2.0 KB
Original Source

TableGroupContainerLayoutBuilder<T> Class

Provides methods for building table group containers.

Namespace : DevExpress.Mvvm.DataAnnotations

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public class TableGroupContainerLayoutBuilder<T> :
    LayoutBuilderBase<T, TableGroupContainerLayoutBuilder<T>>
vb
Public Class TableGroupContainerLayoutBuilder(Of T)
    Inherits LayoutBuilderBase(Of T, TableGroupContainerLayoutBuilder(Of T))

Type Parameters

Name
T

The following members return TableGroupContainerLayoutBuilder<T> objects:

Inheritance

Object LayoutBuilderBase<T, TableGroupContainerLayoutBuilder<T>> TableGroupContainerLayoutBuilder<T>

See Also

TableGroupContainerLayoutBuilder<T> Members

DevExpress.Mvvm.DataAnnotations Namespace