XTPGridSection Enumeration
Description
Grid section identifiers for grid rows (header, footer, or body).
Members
| Member | Description |
|---|---|
| xtpGridSectionHeader | Index of header section. |
| xtpGridSectionBody | Index of body section. |
| xtpGridSectionFooter | Index of footer section. |
| xtpGridSectionCount | Number of default sections. |
Remarks
The grid can contain one or more sections (currently only three are possible). By default, and in most typical use situations, there will be no more than three: one for the header (index 0), body (index 1), and footer (index 2). The index of the section will tell you which section a row belongs to.
XTPGridSection is used to identify which section the row is in.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.