A Panel that is displayed to the user indicating there are some messages to be viewed.
Namespace:
Phoenix.UIAssembly: Phoenix.UI (in Phoenix.UI.dll) Version: 2.9.3209.25658 (2.9.0.0)
Syntax
| C# |
|---|
public class UserAlert : Panel |
Remarks
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
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Panel
Phoenix.UI..::.UserAlert
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Panel
Phoenix.UI..::.UserAlert
