Skip to main content
A newer version of this page is available. .

CommandMetadataBuilderBase<T, TBuilder>.ImageUriLarge(String) Method

Configures the large image Uri.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public TBuilder ImageUriLarge(
    string uri
)

Parameters

Name Type Description
uri String

An image Uri.

Returns

Type Description
TBuilder

The metadata builder instance.

See Also