CustomContextMenu Property (PivotGrid)
In This Topic
Gets or sets a value that determines whether the grid should provide a custom context menu.
Syntax
'Declaration
Public Property CustomContextMenu As Boolean
public bool CustomContextMenu {get; set;}
See Also