ViewPropertiesCollection.Item[String] Property
In This Article
Returns an item with the specified name.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
#Declaration
public ViewProperty this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string containing the name of the required View |
#Property Value
Type | Description |
---|---|
View |
A View |
See Also