Android.Views.Accessibility.AccessibilityNodeInfo.ContentInvalid Property
Gets if the content of this node is invalid.

Syntax

[get: Android.Runtime.Register("isContentInvalid", "()Z", "GetIsContentInvalidHandler")]
[set: Android.Runtime.Register("setContentInvalid", "(Z)V", "GetSetContentInvalid_ZHandler")]
public virtual bool ContentInvalid { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets if the content of this node is invalid. For example, a date is not well-formed.

Set method documentation [Android Documentation]

Sets if the content of this node is invalid. For example, a date is not well-formed.

Note: Cannot be called from an Android.AccessibilityServices.AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.

Requirements

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