Back to Devexpress

ServerViewPropertiesCollection.Item[CriteriaOperator] Property

xpo-devexpress-dot-xpo-dot-serverviewpropertiescollection-dot-item-x28-devexpress-dot-data-dot-filtering-dot-criteriaoperator-x29.md

latest1.7 KB
Original Source

ServerViewPropertiesCollection.Item[CriteriaOperator] Property

Gets an item from the ServerViewPropertiesCollection. This item matches the specified expression.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ServerViewProperty this[CriteriaOperator expression] { get; }
vb
Public ReadOnly Property Item(expression As CriteriaOperator) As ServerViewProperty

Parameters

NameTypeDescription
expressionCriteriaOperator

An expression that identifies an item to be retrieved from the ServerViewPropertiesCollection.

|

Property Value

TypeDescription
ServerViewProperty

An ServerViewProperty item that matches the specified expression.

|

See Also

ServerViewPropertiesCollection Class

ServerViewPropertiesCollection Members

DevExpress.Xpo Namespace