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