GridControl Class
The grid control.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v18.2.dll
Declaration
public class GridControl :
GridDataControlBase,
IAddChild,
IDataProviderOwner,
IDataProviderEvents,
IDataControllerVisualClient,
ISupportInitialize,
IDetailElement<DataControlBase>
Public Class GridControl
Inherits GridDataControlBase
Implements IAddChild,
IDataProviderOwner,
IDataProviderEvents,
IDataControllerVisualClient,
ISupportInitialize,
IDetailElement(Of DataControlBase)
Related API Members
The following members accept/return GridControl objects:
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...
For detailed information on key features introduced by the GridControl, see:
- Binding to Data Overview
- Data Editing and Validation
- Grouping
- Selection
- Filtering and Searching
- Sorting
- Data Summaries
- Conditional Formatting
- Paging and Scrolling
- Appearance Customization
- Printing
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.