Back to Devexpress

XPServerModeView.AddProperty(CriteriaOperator) Method

xpo-devexpress-dot-xpo-dot-xpservermodeview-dot-addproperty-x28-devexpress-dot-data-dot-filtering-dot-criteriaoperator-x29.md

latest1.6 KB
Original Source

XPServerModeView.AddProperty(CriteriaOperator) Method

Creates a new ServerViewProperty object and appends it to the Properties collection.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ServerViewProperty AddProperty(
    CriteriaOperator property
)
vb
Public Function AddProperty(
    property As CriteriaOperator
) As ServerViewProperty

Parameters

NameTypeDescription
propertyCriteriaOperator

The expression used to calculate values in a column on the data store side.

|

Returns

TypeDescription
ServerViewProperty

The ServerViewProperty object that was added to the Properties collection.

|

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace