Language

HeaderViewListAdapter.RemoveFooter(View) Method

Definition

Performs the remove footer operation.

[Android.Runtime.Register("removeFooter", "(Landroid/view/View;)Z", "GetRemoveFooter_Landroid_view_View_Handler")]
public virtual bool RemoveFooter(Android.Views.View? v);
[<Android.Runtime.Register("removeFooter", "(Landroid/view/View;)Z", "GetRemoveFooter_Landroid_view_View_Handler")>]
abstract member RemoveFooter : Android.Views.View -> bool
override this.RemoveFooter : Android.Views.View -> bool

Parameters

v
View

View

Returns

The result of the remove footer operation.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for HeaderViewListAdapter.

Applies to