A newer version of this page is available.
Switch to the current version.
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()
Public Function EndCommand As MetadataBuilder(Of T)
Returns
Type | Description |
---|---|
MetadataBuilder<T> | The metadata builder instance. |
See Also
Feedback