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

MetadataBuilder<T>.Group(String) Method

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public GroupBuilder<T, MetadataBuilder<T>> Group(
    string groupName
)

Parameters

Name Type
groupName String

Returns

Type
DevExpress.Mvvm.DataAnnotations.GroupBuilder<T, MetadataBuilder<T>>
See Also