Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public static DefaultBoolean BetweenConditionsIncludeEndpoints

#Field Value

Type Description
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