ColumnContextMenuEnabled Property (C1FlexGrid)
In This Topic
Gets or sets the
System.Boolean value specifying whether column context menu should be opened when the user performs right mouse click on the column header.
Syntax
'Declaration
Public Property ColumnContextMenuEnabled As Boolean
public bool ColumnContextMenuEnabled {get; set;}
See Also