MVCxHtmlEditorCustomDialogs.Item[Int32] Property
In This Article
Provides indexed access to individual items within the MVCxHtmlEditorCustomDialogs.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxHtmlEditorCustomDialog this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that specifies the index of the required item within the collection. |
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
See Also