Back to Devexpress

FormatConditionRuleBase.BetweenConditionsIncludeEndpoints Field

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionrulebase.md

latest2.8 KB
Original Source

FormatConditionRuleBase.BetweenConditionsIncludeEndpoints Field

Gets or sets whether the Between condition is inclusive (the Value1 and Value2 property values are included in the interval).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static DefaultBoolean BetweenConditionsIncludeEndpoints
vb
Public Shared BetweenConditionsIncludeEndpoints As DefaultBoolean

Field Value

TypeDescription
DefaultBoolean

Default or True if the Between condition is inclusive; otherwise, False.

|

Remarks

If the BetweenConditionsIncludeEndpoints property is set to Default or True, the Between condition is inclusive (it includes the Value1 and Value2 property values in the interval) while the NotBetween condition is exclusive. Set this property to False to make the Between condition exclusive and the NotBetween condition inclusive. To specify the condition, use the Condition property.

See Also

Condition

FormatConditionRuleBase Class

FormatConditionRuleBase Members

DevExpress.XtraEditors Namespace