Gets or sets a value indicating whether the RangeEnd property defines an open boundary.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool RangeEndExclusive { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property RangeEndExclusive As Boolean
	Get
	Set

Remarks

See the RangeEnd property description for details.

The default value for this property is False.

See Also