--- title: "How to: Display Data by Using GridViewRowPresenter" ms.date: "03/30/2017" helpviewer_keywords: - "displaying data with GridViewRowPresenter [WPF]" - "GridViewRowPresenter [WPF]" ms.assetid: bdb785a5-a262-44d5-a517-ea14383e5f70 --- # How to: Display Data by Using GridViewRowPresenter This example shows how to use the and objects to display data in columns. ## Example The following example shows how to specify a that displays the and of a object by using and objects. The example also defines a for the of a . [!code-xaml[GridViewRowPresenterSample#GridViewRowPresenter](~/samples/snippets/csharp/VS_Snippets_Wpf/GridViewRowPresenterSample/CS/Window1.xaml#gridviewrowpresenter)] ## See also - - - - [GridView Overview](gridview-overview.md)