[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ColMoveEventArgs

ColMoveEventArgs Class

Provides data for the ColMove event.

Inheritance
ColMoveEventArgs
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class ColMoveEventArgs : EventArgs

Properties

Name Description
Cancel

Gets or sets a value indicating that the action should not be performed.

ColIndex

Indicates the starting position in the DisplayColumns collection.

Column

Gets the C1DisplayColumn that is being moved.

Position

Indicates the target index of the column being moved.