ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellEventArgs Class / Cell Property

In This Topic
    Cell Property (DataGridCellEventArgs)
    In This Topic
    Gets the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cell As DataGridCell
    public DataGridCell Cell {get;}
    See Also