ViewPropertiesCollection.Item[CriteriaOperator] Property
Returns an item with the specified expression.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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