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

CommandMetadataBuilderBase<T, TBuilder>.EndCommand() Method

Moves the method call chain from the command metadata builder to the metadata builder.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public MetadataBuilder<T> EndCommand()

Returns

Type Description
MetadataBuilder<T>

The metadata builder instance.

See Also