Skip to main content
.NET 8.0+

XPObjectSourceProperty.Property Property

Specifies the CriteriaOperator used to calculate the property value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.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