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