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

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

Syntax

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

Remarks

See the RangeStart property description for details.

The default value for this property is False.

See Also