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