Skip to content

Section Property

Description

Returns the section the row belongs to (header, footer, or body).

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Section() As [GridSection](XtremeGridControl~GridSection.md)

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.