ComponentOne Scheduler for WinForms
IsGroupMember Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : IsGroupMember Method
The BaseObject object determining the appointment group.
The System.String value determining the type of grouping.
Returns True if the current Appointment object is a member of a group which is specified by the groupOwner and groupBy parameters; False otherwise.
Syntax
'Declaration
 
Public Function IsGroupMember( _
   ByVal groupOwner As BaseObject, _
   ByVal groupBy As System.String _
) As System.Boolean
public System.bool IsGroupMember( 
   BaseObject groupOwner,
   System.string groupBy
)

Parameters

groupOwner
The BaseObject object determining the appointment group.
groupBy
The System.String value determining the type of grouping.
See Also

Reference

Appointment Class
Appointment Members