FMX.Layouts.TGridPanelLayout.TControlItem Properties
InheritedProtected
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| Column | published | Column represents a column associated with the control item. |
| ColumnSpan | published | Specifies the maximum number of cells that the control item in the respective column can span on. |
| Control | published | Control represents a control associated with the control item. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| GridPanelLayout | protected | |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| Pushed | protected | Indicates whether a Control associated with the TControlItem control item is pushed. |
| Row | published | Row represents a row associated with the control item. |
| RowSpan | published | Specifies the maximum number of cells that the control item in the respective row can span on. |