IsTrailing Property (CalendarInfo)
Gets a value indicating whether the dates between
StartDate and
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.
'Declaration
Public ReadOnly Property IsTrailing As Boolean
'Usage
Dim instance As CalendarInfo
Dim value As Boolean
value = instance.IsTrailing
public bool IsTrailing {get;}
Property Value
true if the dates between
StartDate and
GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates; otherwise,
false.