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

CurrentUserDisplayImageAttribute(String) Constructor

Initializes a new instance of the CurrentUserDisplayImageAttribute class.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CurrentUserDisplayImageAttribute(
    string imagePropertyName
)

Parameters

Name Type Description
imagePropertyName String

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

See Also