Android.Preferences.PreferenceGroup.OrderingAsAdded Property
Whether this group is ordering preferences in the order they are added.

Syntax

[get: Android.Runtime.Register("isOrderingAsAdded", "()Z", "GetIsOrderingAsAddedHandler")]
[set: Android.Runtime.Register("setOrderingAsAdded", "(Z)V", "GetSetOrderingAsAdded_ZHandler")]
public virtual bool OrderingAsAdded { get; set; }

See Also

PreferenceGroup.OrderingAsAdded
Preference.Order

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Whether this group is ordering preferences in the order they are added.

Set method documentation [Android Documentation]

Whether to order the Android.Preferences.Preference children of this group as they are added. If this is false, the ordering will follow each Preference order and default to alphabetic for those without an order. If this is called after preferences are added, they will not be re-ordered in the order they were added, hence call this method early on.

Requirements

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