Xceed DataGrid for Silverlight Documentation
RowEndEditResult Enumeration
Members 


Value representing the result of a row's edit operation.
Syntax
'Declaration
 
Public Enum RowEndEditResult 
   Inherits System.Enum
'Usage
 
Dim instance As RowEndEditResult
public enum RowEndEditResult : System.Enum 
Members
MemberDescription
FailedThe edit operation failed.
SucceededThe edit operation succeeded.
WillCompleteAsynchronouslyThe edit operation will complete asynchronously (i.e., its result will be known at a later time).
Inheritance Hierarchy

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

Requirements

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

See Also

Reference

Xceed.Silverlight.DataGrid Namespace

Send Feedback