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

MetadataBuilder<T>.DisplayName(String) Method

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public MetadataBuilder<T> DisplayName(
    string name
)

Parameters

Name Type
name String

Returns

Type
MetadataBuilder<T>
See Also