INxRow
Unit NxCells6.pas (Sources\Next Grid)
Methods
Name | Description |
---|---|
NextSibling | Sss |
Properties
Name | Description |
---|---|
AbsoluteIndex | Absolute index of row. |
Covered | Determine if any of ancestor rows are hidden or collapsed. |
Data | Helper property that can point to custom structure. |
Filtered | Determine whether row is affected and hidden by filtering. |
Height | Height of row in points |
ImageIndex | Index of image from ImageList |
Index | Index of row within ParentRow. |
Level | Level of row. |
ParentRow | Specifies parent row, or nil if the row is top-level row. |
Selected | Specifies whether Row is selected in multi-select mode. |
Showing | Determine if none of ancestor rows are hidden or collapsed and Visible is True . |
ShowingCount | Tag |
Visible | Specifies whether row will be visible. It still can be hidden by filtering or can be collapsed by parent. |