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

FileCellTMenu Class

Element reprezentující needitovatelnou buňku FileColumn v gridu
Inheritance Hierarchy
SystemObject
  TescoSW.MW.UITests.Common.PageModel.ComponentsBaseElement
    TescoSW.MW.UITests.Common.PageModel.Components.DataGridCell
      TescoSW.MW.UITests.Common.PageModel.Components.DataGridEditableCell
        TescoSW.MW.UITests.Common.PageModel.Components.DataGridFileCellCommonTMenu
          TescoSW.MW.UITests.Common.PageModel.Components.DataGridFileCellTMenu

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public class FileCell<TMenu> : FileCellCommon<TMenu>
where TMenu : new(), DropDown

Type Parameters

TMenu

[Missing <typeparam name="TMenu"/> documentation for "T:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.FileCell`1"]

The FileCellTMenu type exposes the following members.

Constructors
  NameDescription
Public methodFileCellTMenu
Initializes a new instance of the FileCellTMenu class
Top
See Also