Intersoft ClientUI Documentation
GroupCollection Property
See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace > UXScheduleViewBase Class : GroupCollection Property






Gets or sets a group collection that is used to generate the content of the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data")>
Public Property GroupCollection As UXScheduleViewGroupCollection
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewBase
Dim value As UXScheduleViewGroupCollection
 
instance.GroupCollection = value
 
value = instance.GroupCollection
C# 
[CategoryAttribute("Data")]
public UXScheduleViewGroupCollection GroupCollection {get; set;}
Delphi 
public read-write property GroupCollection: UXScheduleViewGroupCollection; 
JScript 
CategoryAttribute("Data")
public function get,set GroupCollection : UXScheduleViewGroupCollection
Managed Extensions for C++ 
[CategoryAttribute("Data")]
public: __property UXScheduleViewGroupCollection* get_GroupCollection();
public: __property void set_GroupCollection( 
   UXScheduleViewGroupCollection* value
);
C++/CLI 
[CategoryAttribute("Data")]
public:
property UXScheduleViewGroupCollection^ GroupCollection {
   UXScheduleViewGroupCollection^ get();
   void set (    UXScheduleViewGroupCollection^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.