ViewPropertiesCollection.Item[String] Property
Returns an item with the specified name.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string containing the name of the required ViewProperty. |
Property Value
Type | Description |
---|---|
ViewProperty | A ViewProperty with the specified name. |
See Also