XPServerModeView.AddProperty(CriteriaOperator) Method
Creates a new ServerViewProperty object and appends it to the Properties collection.
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 |
---|---|---|
property | CriteriaOperator | The expression used to calculate values in a column on the data store side. |
Returns
Type | Description |
---|---|
ServerViewProperty | The ServerViewProperty object that was added to the Properties collection. |
See Also