Back to Devexpress

XPView.AddProperty(CriteriaOperator) Method

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

latest1.5 KB
Original Source

XPView.AddProperty(CriteriaOperator) Method

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Parameters

NameTypeDescription
propertyCriteriaOperator

A CriteriaOperator object which specifies the expression used to calculate the values in a column.

|

Returns

TypeDescription
ViewProperty

The ViewProperty object that was added to the collection.

|

See Also

XPView Class

XPView Members

DevExpress.Xpo Namespace