ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridEndingEditEventArgs Class / Column Property

In This Topic
    Column Property (DataGridEndingEditEventArgs)
    In This Topic
    Gets the column corresponding to the editing cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As DataGridColumn
    public DataGridColumn Column {get;}
    See Also