Skip to main content

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.v23.2.dll

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

Declaration

public MetadataBuilder<T> EndCommand()

Returns

Type Description
MetadataBuilder<T>

The metadata builder instance.

See Also