Skip to main content
.NET 6.0+

CurrentUserDisplayImageAttribute.ImagePropertyName Property

Gets the name of a property that stores the user image (photo, or avatar icon).

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ImagePropertyName { get; }

Property Value

Type Description
String

A string specifying the name of a property that stores the user image (photo, or avatar icon).

See Also