Share via


TabbedPage.GetMaxItemCount Method

Definition

Overloads

GetMaxItemCount(BindableObject)

Returns the maximum allowed number of items.

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the maximum allowed number of items.

GetMaxItemCount(BindableObject)

Returns the maximum allowed number of items.

public static int GetMaxItemCount (Xamarin.Forms.BindableObject element);
static member GetMaxItemCount : Xamarin.Forms.BindableObject -> int

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Int32

The maximum allowed number of items.

Applies to

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

Returns the maximum allowed number of items.

public static int GetMaxItemCount (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member GetMaxItemCount : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> int

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform specific configuration for the element on which to perform the operation.

Returns

System.Int32

The maximum allowed number of items.

Applies to