A newer version of this page is available.
Switch to the current version.
CommandMetadataBuilderBase<T, TBuilder>.ImageName(String) Method
Configures the image name.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v18.2.dll
Declaration
public TBuilder ImageName(
string imageName
)
Public Function ImageName(
imageName As String
) As TBuilder
Parameters
Name | Type | Description |
---|---|---|
imageName | String | An image name. |
Returns
Type | Description |
---|---|
TBuilder | The metadata builder instance. |
See Also
Feedback