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

GridControl Class

The grid control.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public class GridControl :
    GridDataControlBase,
    IAddChild,
    IDataProviderOwner,
    IDataProviderEvents,
    IDataControllerVisualClient,
    ISupportInitialize,
    IDetailElement<DataControlBase>

Remarks

The DevExpress WPF Grid Control is a data bound control that provides a two-dimensional representation of data from a data source. It supports tabular, card and tree (hierarchical) display formats. The GridControl ships with a multitude of market-leading features, including a wide array of cell editors, full end-user customization options, advanced data binding and management, layout persistence, fixed columns, validation, UI virtualization, extended record scrolling and much more…

TemplatesOverview

For detailed information on key features introduced by the GridControl, see:

The DevExpress WPF Grid Control provides enhanced design-time support within the Visual Studio IDE. To learn more, see Design-Time Features.

For code samples, see Examples.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridControl 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.

Inheritance

See Also