CommandMetadataBuilderBase<T, TBuilder>.ImageUri(String) Method
Configures the image Uri.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
imageUri | String | An image Uri. |
Returns
Type | Description |
---|---|
TBuilder | The metadata builder instance. |
See Also