Android.Preferences.Preference.ShouldDisableView Property
Checks whether this Preference should disable its view when it's action is disabled.

Syntax

[get: Android.Runtime.Register("getShouldDisableView", "()Z", "GetGetShouldDisableViewHandler")]
[set: Android.Runtime.Register("setShouldDisableView", "(Z)V", "GetSetShouldDisableView_ZHandler")]
public virtual bool ShouldDisableView { get; set; }

See Also

Preference.ShouldDisableView

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether this Preference should disable its view when it's action is disabled.

Set method documentation [Android Documentation]

Sets whether this Preference should disable its view when it gets disabled. For example, set this and Preference.Enabled to false for preferences that are only displaying information and 1) should not be clickable 2) should not have the view set to the disabled state.

Requirements

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