XPServerModeView.AddProperty(String, CriteriaOperator) Method
In This Article
Creates a new ServerViewProperty object and appends it to the Properties collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ServerViewProperty AddProperty(
string name,
CriteriaOperator property
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that specifies the property name. This value is assigned to the Name property. |
property | Criteria |
The expression used to calculate values in a column on the data store side. |
#Returns
Type | Description |
---|---|
Server |
The Server |
See Also