Skip to main content
.NET 6.0+

XPObjectSourceProperty.Property Property

Specifies the CriteriaOperator used to calculate the property value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public CriteriaOperator Property { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator used to calculate the property value.

See Also