Skip to main content
.NET 6.0+

WinColumnsListEditor.PopupSite Property

Gets the control over which a context menu is being invoked.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public Control PopupSite { get; }

Property Value

Type Description
Control

A Control object that is the control over which a context menu is being invoked.

See Also