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

CommandMetadataBuilderBase<T, TBuilder>.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 TBuilder DisplayName(
    string name
)

Parameters

Name Type
name String

Returns

Type
TBuilder
See Also