DataGridDataErrorEventArgs.Column Property
Gets the column that contains the cell in which the error occurred.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Syntax
'Declaration
Public Property Column As DataGridColumn
'Usage
Dim instance As DataGridDataErrorEventArgs
Dim value As DataGridColumn
value = instance.Column
instance.Column = value
public DataGridColumn Column { get; private set; }
public:
property DataGridColumn^ Column {
DataGridColumn^ get ();
void set (DataGridColumn^ value);
}
public function get Column () : DataGridColumn
public function set Column (value : DataGridColumn)
Property Value
Type: System.Windows.Controls.DataGridColumn
The column that contains the cell in which the error occurred.
See Also
Reference
DataGridDataErrorEventArgs Class
DataGridDataErrorEventArgs Members