Android.Views.View.SaveEnabled Property
Indicates whether this view will save its state (that is, whether its View.OnSaveInstanceState method will be called).

Syntax

[get: Android.Runtime.Register("isSaveEnabled", "()Z", "GetIsSaveEnabledHandler")]
[set: Android.Runtime.Register("setSaveEnabled", "(Z)V", "GetSetSaveEnabled_ZHandler")]
public virtual bool SaveEnabled { get; set; }

See Also

View.SaveEnabled
View.SaveEnabled
View.Id
View.OnSaveInstanceState

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether this view will save its state (that is, whether its View.OnSaveInstanceState method will be called).

Set method documentation [Android Documentation]

Controls whether the saving of this view's state is enabled (that is, whether its View.OnSaveInstanceState method will be called). Note that even if freezing is enabled, the view still must have an id assigned to it (via View.Id) for its state to be saved. This flag can only disable the saving of this view; any child views may still have their state saved.

Requirements

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