Skip to content

Columns Property

Description

The GridControl's collection of GridColumn objects.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Columns() As [GridColumns](XtremeGridControl~GridColumns.md)

Remarks

This is a collection of all the GridColumn objects that have been added to the GridControl. This is where all of the columns of the GridControl are stored.

See Also

Example


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