Android.Resource.Attribute.ShouldDisableView Field
Whether the view of this Preference should be disabled when this Preference is disabled.

Value: 16843246

Syntax

[Android.Runtime.Register("shouldDisableView")]
public const int ShouldDisableView

Remarks

Whether the view of this Preference should be disabled when this Preference is disabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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