Skip to main content
A newer version of this page is available. .

CurrentUserDisplayMode Enum

Contains values specifying how the current user information is displayed at the top right corner of the application page when the ASP.NET Web Application Appearance is used.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v18.1.dll

Declaration

public enum CurrentUserDisplayMode

Members

Name Description
Default

A user class’ icon specified by the ImageNameAttribute and ‘My Account’ text are shown.

Caption

A user class’ icon specified by the ImageNameAttribute and a user display name specified by the XafDefaultPropertyAttribute are shown.

CaptionAndImage

A user image specified by the CurrentUserDisplayImageAttribute and user display name specified by the XafDefaultPropertyAttribute are shown.

Image

An image specified by the CurrentUserDisplayImageAttribute and ‘My Account’ text are shown.

Related API Members

The following properties accept/return CurrentUserDisplayMode values:

Remarks

These enumeration values are used to initialize the IModelApplicationWeb.CurrentUserDisplayMode property.

See Also