Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ViewPropertiesCollection.Item[CriteriaOperator] Property

Returns an item with the specified expression.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public ViewProperty this[CriteriaOperator expression] { get; }

Parameters

Name Type Description
expression CriteriaOperator

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

Property Value

Type Description
ViewProperty

A ViewProperty object with the specified expression.

See Also