Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
Object Model
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("android/widget/LinearLayout",
DoNotGenerateAcw=True,
ApiSince=1)>
Public MustInherit Class CalendarSlotsPanel(Of As C1.Android.Calendar.C1Calendar.CalendarSlotInfo)
Inherits Android.Widget.LinearLayout
Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable
[Android.Runtime.Register("android/widget/LinearLayout",
DoNotGenerateAcw=true,
ApiSince=1)]
public abstract class CalendarSlotsPanel<> : Android.Widget.LinearLayout, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable
where S: C1.Android.Calendar.C1Calendar.CalendarSlotInfo
Type Parameters
- S
- The type of the slot. Inherit this class to add custom properties.
Inheritance Hierarchy
See Also