Skip to main content
A newer version of this page is available. .

WinColumnsListEditor.PopupSite Property

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

Namespace: DevExpress.ExpressApp.Win.Editors

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

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