Skip to main content

FormatConditionRuleBase.IsFit(IFormatConditionRuleValueProvider) Method

Returns whether the current rule evaluates to “true” for input values provided by the specified valueProvider.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool IsFit(
    IFormatConditionRuleValueProvider valueProvider
)

Parameters

Name Type Description
valueProvider DevExpress.XtraEditors.Helpers.IFormatConditionRuleValueProvider

An object that provides values to test against the current rule.

Returns

Type Description
Boolean

true if the current rule is true; otherwise, false.

See Also