TableCell Property (RenderInputButtonBase)
 
            
                In This Topic
            
            Gets the 
TableCell object containing the current object, or null if the current object is not contained in a cell of a 
RenderTable.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property TableCell As TableCell
             
        
            
            public TableCell TableCell {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also