Intersoft ClientUI Documentation
GroupInterval Property



Gets or sets a value that determines the group interval.
Syntax
Public Property GroupInterval As GroupInterval
Dim instance As UXScheduleViewGroup
Dim value As GroupInterval
 
instance.GroupInterval = value
 
value = instance.GroupInterval
public GroupInterval GroupInterval {get; set;}
public:
property GroupInterval GroupInterval {
   GroupInterval get();
   void set (    GroupInterval value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXScheduleViewGroup Class
UXScheduleViewGroup Members

Send Feedback