A Panel that is displayed to the user indicating there are some messages to be viewed.

Namespace:  Phoenix.UI
Assembly:  Phoenix.UI (in Phoenix.UI.dll) Version: 2.9.3209.25658 (2.9.0.0)

Syntax

C#
public class UserAlert : Panel

Remarks

Class diagram

Remarks

The User Alert is rendered as a Panel using the layout below:
Copy 
<asp:Panel ID="panAlert" runat="server" CssClass="userAlertPanel">
<asp:Image ID="im" runat="server" ImageAlign="AbsMiddle" />
You have 2 <a href="some link">unread alerts</a>
</asp:Panel>

Inheritance Hierarchy

See Also