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


In This Topic
    Context Property
    In This Topic
    Gets the validation context of the value to validate. The validation context includes both the associated cell and data item.
    Syntax
    'Declaration
     
    Public ReadOnly Property Context As CellValidationContext
    'Usage
     
    Dim instance As CellValidatingEventArgs
    Dim value As CellValidationContext
     
    value = instance.Context
    public CellValidationContext Context {get;}

    Property Value

    A reference to a CellValidationContext containing the value's corresponding cell and data item.
    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