Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / CellValidatingEventArgs Class
Members


In This Topic
    CellValidatingEventArgs Class
    In This Topic
    Provides information on the value to be validated.
    Syntax
    'Declaration
     
    Public Class CellValidatingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As CellValidatingEventArgs
    public class CellValidatingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Wpf.DataGrid.CellValidatingEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CellValidatingEventArgs class specifying the value to validate as well as the validation context.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the validation context of the value to validate. The validation context includes both the associated cell and data item.  
    Public PropertyGets the CultureInfo for the value.  
    Public PropertyRepresents the result returned by a validation rule's Validate method that indicates whether the value passed the validation process.  
    Public PropertyGets the value to validated.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also