Skip to main content
.NET 6.0+

StaticImage.ImageName Property

Specifies the image displayed by the Static Text View Item.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ImageName { get; set; }

Property Value

Type Description
String

A string holding the name of the image displayed by the Static Text View Item.

Remarks

Use this property to change the image displayed by the Static Text View Item at run time.

See Also