Skip to main content
A newer version of this page is available. .

TableView Class

Represents a View that displays data in a tabular form.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v17.2.dll

Declaration

public class TableView :
    GridViewBase,
    IGridViewFactory<ColumnWrapper, RowBaseWrapper>,
    IGridViewFactoryBase,
    ITableView,
    IFormatsOwner,
    IGroupSummaryDisplayMode,
    IDetailElement<DataViewBase>

Remarks

The Table View, which is used by default, displays data in a two-dimensional table. The bound data is arranged in columns and rows. Grid columns correspond to data fields in a data source, while rows represent data records.

Once you have created and customized a new instance of the TableView class, it should be assigned to the grid’s GridControl.View property.

TableView_Overview

To learn more about the features provided by the Table View, see Views and Table View. For information on how to create views, see Creating and Assigning Views.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TableView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also