XPBaseObject.Fit(CriteriaOperator) Method
In This Article
Checks whether the current instance matches the specified criteria.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public bool Fit(
CriteriaOperator condition
)
#Parameters
Name | Type | Description |
---|---|---|
condition | Criteria |
A Criteria |
#Returns
Type | Description |
---|---|
Boolean | true if the current instance matches the specified criteria; otherwise, false. |
See Also