GridControl Class
The grid control.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
[DXToolboxBrowsable]
[DataAccessMetadata("All", SupportedProcessingModes = "All")]
[SupportDXTheme]
public class GridControl :
GridDataControlBase,
IAddChild,
IDataProviderOwner,
IDataProviderEvents,
IDataControllerVisualClient,
ISupportInitialize,
IDetailElement<DataControlBase>
#Returned By
Properties and methods that return GridControl instances:
#Remarks
The DevExpress Silverlight Grid Control is a data bound control that provides a two-dimensional representation of data from a data source. It supports tabular and tree (hierarchical) display formats. The DXGrid 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 DXGrid for Silverlight, see:
- Binding to Data Overview
- Data Editing Overview
- Data Management
- Styles and Templates
- Printing and Exporting
- Localization
For code samples that demonstrate how to implement required tasks, see Examples.