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






Gets or sets a collection of item that represents the group values.

Syntax

Visual Basic (Declaration) 
Public Property Items As ObservableCollection(Of UXScheduleViewGroupItem)
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewGroup
Dim value As ObservableCollection(Of UXScheduleViewGroupItem)
 
instance.Items = value
 
value = instance.Items
C# 
public ObservableCollection<UXScheduleViewGroupItem> Items {get; set;}
Delphi 
public read-write property Items: ObservableCollection; 
JScript 
public function get,set Items : ObservableCollection
Managed Extensions for C++ 
public: __property ObservableCollection<UXScheduleViewGroupItem*>* get_Items();
public: __property void set_Items( 
   ObservableCollection<UXScheduleViewGroupItem*>* value
);
C++/CLI 
public:
property ObservableCollection<UXScheduleViewGroupItem^>^ Items {
   ObservableCollection<UXScheduleViewGroupItem^>^ get();
   void set (    ObservableCollection<UXScheduleViewGroupItem^>^ 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.