Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    IEasyTestGrid Interface

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

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.dll

    NuGet Package: DevExpress.EasyTest

    Declaration

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