Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.11 KB

File metadata and controls

26 lines (20 loc) · 1.11 KB
title page_title description slug tags published position
Structure
RadNotification Structure - RadNotification
Check our Web Forms article about RadNotification Structure.
notification/getting-started/radnotification-structure
radnotification,structure
true
1

RadNotification Structure

The main visual elements of RadNotification are:

structure

  • TitleBar: This is the title of the notification.
  • TitleIcon: The small image (16x16 pixels) shown in the titlebar.
  • Menu Icon: The button used to show the title menu. It appears only if the ShowTitleMenu property is set to true.
  • Close Button: The button used to close the notification. It appears only if the ShowCloseButton property is set to true.
  • ContentIcon: The image (32x32 pixels) shown in the content area of the notification.
  • Content or Text: This is the main part of the control. It can be customized using Text property or by declaring content between the RadNotification's ContentTemplate tags in ASP.NET.

See Also

  • [Overview]({%slug notification/overview%})