Click or drag to resize
Tesco SW, a.s.

ICompactRowTMenu, TCell Interface

Rozhraní pro kompaktní řádek, který má menu a typ buněk ICompactCell

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public interface ICompactRow<out TMenu, out TCell> : IRow<TMenu, TCell>, 
	IBaseElement, IWebElement, ISearchContext, IWrapsElement
where TMenu : DropDownRecordActions
where TCell : ICompactCell

Type Parameters

TMenu
Menu akcí řádku
TCell
Typ buněk řádku
See Also