Skip to content

Column Property

Description

A collection of GridColumn objects.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Column( _
    ByVal [Index](#) As Long _
) As [GridColumn](XtremeGridControl~GridColumn.md)

Parameters

Remarks

This is the collection of columns used for the GridControl's SortOrder or GroupOrder collections. The columns added to this collection determine the order in which the Records/Rows are grouped and sorted.

See Also

Example


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