Skip to main content
All docs
V26.1
  • IEasyTestGrid Interface

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

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v26.1.dll

    Declaration

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