Skip to content

Sections Property

Description

Collection of grid sections (header, footer, or body).

Property Type

Read-only property.

Syntax (Visual Basic)

Public Property Sections() As [GridSections](XtremeGridControl~GridSections.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), one for the body (index 1), and one for the footer (index 2). The index of the section will tell you which section a row belongs to.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.