Skip to main content
All docs
V23.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.v23.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