ComponentOne Xamarin.Android
GetChildAt Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : GetChildAt Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getChildAt", 
   "(I)Landroid/view/View;", 
   "GetGetChildAt_IHandler")>
Public Overridable Function GetChildAt( _
   ByVal index As Integer _
) As Android.Views.View
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim index As Integer
Dim value As Android.Views.View
 
value = instance.GetChildAt(index)
[Android.Runtime.Register("getChildAt", 
   "(I)Landroid/view/View;", 
   "GetGetChildAt_IHandler")]
public virtual Android.Views.View GetChildAt( 
   int index
)

Parameters

index
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members