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

GridPanel Class

Element reprezentující komponentu GridPanel.
Inheritance Hierarchy
SystemObject
  TescoSW.MW.UITests.Common.PageModel.ComponentsBaseElement
    TescoSW.MW.UITests.Common.PageModel.Components.React.LayoutsGridPanel

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.React.Layouts
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public class GridPanel : BaseElement

The GridPanel type exposes the following members.

Constructors
  NameDescription
Public methodGridPanel
Vytvoří nový element
Top
Properties
  NameDescription
Public propertyColumnsCount
Vrací počet sloupců GridPanelu.
Public propertyItemsCount
Vrací počet položek GridPanelu.
Public propertyRowsCount
Vrací počet řádků GridPanelu.
Top
Methods
  NameDescription
Public methodGetItemByOrder
Najde položku GridPanelu podle svého pořadového čísla (od 1 do n).
Public methodVerifyHeight
Ověří, zdali se skutečná výška GridPanelu rovná očekávané výšce GridPanelu.
Top
See Also