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 Forms Application Appearance is used.
Namespace: DevExpress.ExpressApp.Web.SystemModule
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
Members
Name | Description | Image |
---|---|---|
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.