Skip to main content

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>

#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...

TableView

For detailed information on key features introduced by the DXGrid for Silverlight, see:

For code samples that demonstrate how to implement required tasks, see Examples.

#Inheritance

See Also