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

DXImageAttribute.LargeImageUri Property

Gets or sets the absolute Uri that defines the location of an image file.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public string LargeImageUri { get; set; }

Property Value

Type Description
String

A string that is a Uri to the image file.

See Also