Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

IGridColumn Interface

Declares members of test controls that are grid columns.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.2.dll

Declaration

public interface IGridColumn

Remarks

Generally, you do not need to implement this interface. It is implemented by built-in test controls in the DevExpress.ExpressApp.EasyTest.WinAdapter.v19.2.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v19.2.dll assemblies. You can pass this interface as the ITestControl.GetInterface<T> generic parameter to access a test control that is a grid column. The complete list of interfaces that are implemented by built-in test controls is provided in the ITestControl topic.

See Also