MVCxPopupWindowCollection.GetVisibleWindow(Int32) Method
In This Article
Gets a window by its visible index.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxPopupWindow GetVisibleWindow(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value representing the visible index of the window to be returned. |
#Returns
Type | Description |
---|---|
MVCx |
A MVCx |
See Also