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.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
MetadataBuilder<T> | The metadata builder instance. |
See Also