XPBaseObject.Fit(String) Method
Checks whether the current instance matches the specified criteria.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
condition | String | A string that specifies a Boolean condition to check against the current instance. |
Returns
Type | Description |
---|---|
Boolean | true if the current instance matches the specified criteria; otherwise, false. |
See Also