Android.Views.ActionProvider.IsVisible Property
If ActionProvider.OverridesItemVisibility returns true, the return value of this method will help determine the visibility of the Android.Views.IMenuItem this ActionProvider is bound to.

Syntax

[get: Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler")]
public virtual bool IsVisible { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If ActionProvider.OverridesItemVisibility returns true, the return value of this method will help determine the visibility of the Android.Views.IMenuItem this ActionProvider is bound to.

If the MenuItem's visibility is explicitly set to false by the application, the MenuItem will not be shown, even if this method returns true.

[Android Documentation]

Requirements

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