IEasyTestGrid Interface
Exposes the API that provides access to a data grid in test code.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v25.2.dll
NuGet Package: DevExpress.EasyTest
Declaration
public interface IEasyTestGrid :
IEasyTestGridSelection,
IEasyTestGridGrouping,
IEasyTestGridSorting,
IEasyTestGridEditing
See Also