ColumnContextMenuEnabled Property (C1FlexGridBandedView)
In This Topic
Gets or sets the
System.Boolean value specifying whether column context menu should be updated with Band features 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