Skip to content

XTPGridColumnOrderChangedReason Enumeration

Description

Enumeration of the ColumnsChangedEx event reasons.

Members

Member 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.

Remarks

Used by the ColumnsChangedEx event to show the reason a column's order has changed.

See Also

ColumnOrderChangedEx Event


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