Skip to main content
.NET 6.0+

CustomizeImageInfoEventArgs.ImageName Property

Specifies the name of the retrieved image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ImageName { get; }

Property Value

Type Description
String

A string specifying the name of the retrieved image.

See Also