ContextItemCollection.Item[Int32] Property
In This Article
Gets or sets a ContextItem by its index in a ContextItemCollection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public ContextItem this[int index] { get; set; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A Context |
#Property Value
Type | Description |
---|---|
Context |
A Context |
See Also