[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ColumnContextMenuOpeningEventArgs

ColumnContextMenuOpeningEventArgs Class

Provides data for the ColumnContextMenuOpening event.

Inheritance
ColumnContextMenuOpeningEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class ColumnContextMenuOpeningEventArgs : CancelEventArgs

Constructors

Name Description
ColumnContextMenuOpeningEventArgs(ContextMenuStrip, int)

Initializes a new instance of the ColumnContextMenuOpeningEventArgs class.

Properties

Name Description
Col

Gets the index of the column that caused the event.

ContextMenuStrip

Gets the column context menu strip that caused the event.