Skip to main content
A newer version of this page is available. .
All docs
V22.2
.NET Framework 4.5.2+

IEasyTestGrid Interface

Exposes the API that provides access to a data grid in test code.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v22.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public interface IEasyTestGrid :
    IEasyTestGridSelection,
    IEasyTestGridGrouping,
    IEasyTestGridSorting,
    IEasyTestGridEditing
See Also