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






index

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As UXScheduleViewGroup
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewGroupCollection
Dim index As Integer
Dim value As UXScheduleViewGroup
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public UXScheduleViewGroup this( 
   int index
) {get; set;}
Delphi 
public  this: : UXScheduleViewGroup;( 
    index: Integer
); read-write
JScript 
public  this( 
   index : int
) get,set : UXScheduleViewGroup
Managed Extensions for C++ 
public: __property UXScheduleViewGroup* get_Item( 
   int index
);
public: __property void set_Item( 
   int index,
   UXScheduleViewGroup* value
);
C++/CLI 
public:
property UXScheduleViewGroup^ default [int] {
   UXScheduleViewGroup^ get(int index);
   void set (int indexUXScheduleViewGroup^ value);
}

Parameters

index

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.