Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeImageInfoEventArgs.ImageFolder Property

Specifies the folder which contains the retrieved image.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ImageFolder { get; }

Property Value

Type Description
String

A string specifying the folder which contains the retrieved image.

See Also