Lines Matching refs:grid
25 | option | [GridColOptions](#gridcoloptions) | No | Child component options of the grid layout.|
39 …option) | No | Sequence number of the component. Child components of the grid are sorted in ascen…
80 … Number of offset columns relative to the previous child component of the grid<br>Default value: *…
86 Sets the sequence number of the component. Child components of the grid are sorted in ascending ord…
98 …ption) | Yes | Sequence number of the component. Child components of the grid are sorted in ascen…
102 Describes the numbers of grid columns occupied by the **GridCol** component on devices with differe…
112 | xs | number | No | Number of grid columns on the device where the grid size is xs. |
113 | sm | number | No | Number of grid columns on the device where the grid size is sm. |
114 | md | number | No | Number of grid columns on the device where the grid size is md. |
115 | lg | number | No | Number of grid columns on the device where the grid size is lg. |
116 | xl | number | No | Number of grid columns on the device where the grid size is xl. |
117 | xxl | number | No | Number of grid columns on the device where the grid size is xxl. |