Skip to main content
A newer version of this page is available. .

FormatRuleBase.IsFit(IFormatConditionRuleValueProvider) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public 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