Xceed DataGrid for Silverlight Documentation
NotificationType Enumeration
Members 


Value representing the type of a notification.
Syntax
'Declaration
 
Public Enum NotificationType 
   Inherits System.Enum
'Usage
 
Dim instance As NotificationType
public enum NotificationType : System.Enum 
Members
MemberDescription
FilteringCanceledThe filtering operation has been canceled because the edit process of one or more rows could not be completed.
GroupingCanceledThe grouping operation has been canceled because the edit process of one or more rows could not be completed.
NavigationIncompleteThe navigation operation did not complete as expected because the element could not be found.
Remarks
The notification type is used in a grid's NotificationReceived event. The string description of each value will also be displayed in the notification control if one is present in the grid.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Silverlight.DataGrid.NotificationType

Requirements

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

See Also

Reference

Xceed.Silverlight.DataGrid Namespace

Send Feedback