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


In This Topic
    CellValidatingEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see CellValidatingEventArgs members.

    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
    See Also