ServerViewPropertiesCollection.Item[CriteriaOperator] Property
In This Article
Gets an item from the ServerViewPropertiesCollection. This item matches the specified expression.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ServerViewProperty this[CriteriaOperator expression] { get; }
#Parameters
Name | Type | Description |
---|---|---|
expression | Criteria |
An expression that identifies an item to be retrieved from the Server |
#Property Value
Type | Description |
---|---|
Server |
An Server |
See Also