WinColumnsListEditor.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.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.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 WinColumnsListEditor‘s context menu.
See Also