Skip to main content

TableView Class

Represents a View that displays data in a tabular form.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public class TableView :
    GridViewBase,
    IPrintableControl,
    ITableView,
    IGroupSummaryDisplayMode,
    IDetailElement<DataViewBase>

#Remarks

The Table View, which is used by default, displays data in a two-dimensional table, 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

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

#Implements

See Also