Xceed DataGrid for Silverlight Documentation
NotificationControl Class
Members 


Represents a control that can be added to a grid to provide notifications when an operation fails.
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="Visible", GroupName="VisibilityStates")>
<TemplateVisualStateAttribute(GroupName="VisibilityStates", Name="Hidden")>
Public Class NotificationControl 
   Inherits ControlBase
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As NotificationControl
[TemplateVisualStateAttribute(Name="Visible", GroupName="VisibilityStates")]
[TemplateVisualStateAttribute(GroupName="VisibilityStates", Name="Hidden")]
public class NotificationControl : ControlBase, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Remarks
In some circumstances, one or more operations cannot complete. In these situations, a message stating what operation failed and why can be displayed in a notification control, if one is added to the header or footer section of the grid. Currently, the notification control will be displayed with a relevant message (see NotificationType enumeration) if an attempt is made to group or filter the data items while one or more items are being edited, and if the group name specified in the group-navigation control cannot be found.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Xceed.Silverlight.DataGrid.ControlBase
                  Xceed.Silverlight.DataGrid.NotificationControl

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NotificationControl Members
Xceed.Silverlight.DataGrid Namespace

Getting Started

Object Model Overview

Send Feedback