Skip to content

GridColumnOrder Collection

Description

Represents column order, used for sorting and grouping GridColumns.

For a list of all members defined in this module, see GridColumnOrder Members.

Object Model

Object Model
Diagram
Grid Column

Remarks

This is a collection of GridColumn objects, each of which can be referred to by its zero-based index. 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. It provides methods to manipulate the list of columns, including:

  • Adding columns
  • Clearing the collection
  • Getting the index of a column in the collection by its pointer

See Also


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