ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCell Class / Presenter Property

In This Topic
    Presenter Property (DataGridCell)
    In This Topic
    Gets the content of the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Presenter As DataGridCellPresenter
    public DataGridCellPresenter Presenter {get;}

    Property Value

    The DataGridCellPresenter corresponding to the cell.
    See Also