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

MVCxPopupWindowCollection.FindByName(String) Method

Returns a popup window object with the specified PopupWindow.Name property value.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxPopupWindow FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the PopupWindow.Name property value of the required popup window.

Returns

Type Description
MVCxPopupWindow

A MVCxPopupWindow object with a specific value of the PopupWindow.Name property.

Remarks

Use this method to obtain a popup window specified by a unique name assigned to its PopupWindow.Name property.

See Also