Back to Devexpress

ViewPropertiesCollection.Item[CriteriaOperator] Property

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

latest1.5 KB
Original Source

ViewPropertiesCollection.Item[CriteriaOperator] Property

Returns an item with the specified expression.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
expressionCriteriaOperator

A CriteriaOperator descendant that contains the expression used to calculate the values in a column.

|

Property Value

TypeDescription
ViewProperty

A ViewProperty object with the specified expression.

|

See Also

ViewPropertiesCollection Class

ViewPropertiesCollection Members

DevExpress.Xpo Namespace