Skip to main content
A newer version of this page is available. .
All docs
V20.2

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public static DefaultBoolean BetweenConditionsIncludeEndpoints

Field Value

Type Description
DefaultBoolean

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

Remarks

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

See Also