Android.Widget.AdapterView.EmptyView Property
When the current adapter is empty, the AdapterView can display a special view called the empty view.

Syntax

[get: Android.Runtime.Register("getEmptyView", "()Landroid/view/View;", "GetGetEmptyViewHandler")]
[set: Android.Runtime.Register("setEmptyView", "(Landroid/view/View;)V", "GetSetEmptyView_Landroid_view_View_Handler")]
public virtual Android.Views.View EmptyView { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

When the current adapter is empty, the AdapterView can display a special view called the empty view. The empty view is used to provide feedback to the user that no data is available in this AdapterView.

Set method documentation [Android Documentation]

Sets the view to show if the adapter is empty

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1