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