Android.Preferences.Preference.Order Property
Gets the order of this Preference with respect to other Preference objects on the same level.

Syntax

[get: Android.Runtime.Register("getOrder", "()I", "GetGetOrderHandler")]
[set: Android.Runtime.Register("setOrder", "(I)V", "GetSetOrder_IHandler")]
public virtual int Order { get; set; }

See Also

Preference.Order
PreferenceGroup.OrderingAsAdded
Preference.DefaultOrder

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the order of this Preference with respect to other Preference objects on the same level.

Set method documentation [Android Documentation]

Sets the order of this Preference with respect to other Preference objects on the same level. If this is not specified, the default behavior is to sort alphabetically. The PreferenceGroup.OrderingAsAdded can be used to order Preference objects based on the order they appear in the XML.

Requirements

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