MVCxPopupWindowCollection.Item[Int32] Property
Provides indexed access to individual popup windows within the current collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the popup window to be accessed. |
Property Value
Type | Description |
---|---|
MVCxPopupWindow | A MVCxPopupWindow object representing the popup window located at the specified index within the collection. |
Remarks
Use this property to access a particular popup window using index notation.
Items in the MVCxPopupWindowCollection are added and removed from the collection using the PopupWindowCollection.Add, MVCxPopupWindowCollection.Insert and Collection<T>.Remove methods.
See Also