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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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