Skip to content

GroupOrderChangedEx Event

Description

Occurs when the user changes the columns group order of the Grid control.

Syntax

Public Event GroupOrderChangedEx( _
    ByVal Column As [GridColumn](XtremeGridControl~GridColumn.md), _
    ByVal Reason As [XTPGridColumnOrderChangedReason](XtremeGridControl~Enumerations~XTPGridColumnOrderChangedReason_EN.md) _
)

Parameters

Value Description
xtpGridColumnChangeOther Neither column order nor group order is changed.
xtpGridColumnOrderChanged Column order changed.
xtpGridColumnGroupOrderChanged Group order changed.
xtpGridColumnOrderChangedMask A mask for order change flags.
xtpGridColumnAdded A column is added to the column list.
xtpGridColumnRemoved A column is removed from the column list.
xtpGridColumnPropExchange The column properties changed during properties exchange procedure.
xtpGridColumnCaptionChanged The column caption is changed.
xtpGridColumnWidthChanged The column width is changed.
xtpGridColumnShown A column visibility property is changed to "visible".
xtpGridColumnHidden A column visibility property is changed to "hidden".
xtpGridColumnMoved A column is moved.
xtpGridColumnAddedToGroupby A column is added to the GroupBy box.
xtpGridColumnRemovedFromGroupby A column is removed from the GroupBy box.
xtpGridColumnAddedToFieldChooser A column is added to the Field Chooser.
xtpGridColumnRemovedFromFieldChooser A column is removed from the Field Chooser.
xtpGridColumnChangeMask A mask for column change flags.

See Also

TrackControl Control


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