PivotGridListEditor.CanShowPopupMenu(Point) Method
Returns a Boolean value that indicates whether it is possible to invoke a context menu at the specified position.
Namespace: DevExpress.ExpressApp.PivotGrid.Win
Assembly: DevExpress.ExpressApp.PivotGrid.Win.v26.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid.Win
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| position | Point | A Point object that specifies the position at which a context menu is invoked. |
Returns
| Type | Description |
|---|---|
| Boolean | true if it is possible to invoke a context menu at the specified position; otherwise false. |
Remarks
This method is not intended to be called from your code. It is used internally to support the PivotGridListEditor‘s context menu.
See Also