Back to Devexpress

TableGroupLayoutBuilder<T> Class

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

latest1.7 KB
Original Source

TableGroupLayoutBuilder<T> Class

Provides methods for building table groups.

Namespace : DevExpress.Mvvm.DataAnnotations

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

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

Type Parameters

Name
T

The following members return TableGroupLayoutBuilder<T> objects:

Inheritance

Object LayoutBuilderBase<T, TableGroupLayoutBuilder<T>> TableGroupLayoutBuilder<T>

See Also

TableGroupLayoutBuilder<T> Members

DevExpress.Mvvm.DataAnnotations Namespace