Android.Preferences.Preference.WidgetLayoutResource Property
Gets the layout resource for the controllable widget portion of this Preference.

Syntax

[get: Android.Runtime.Register("getWidgetLayoutResource", "()I", "GetGetWidgetLayoutResourceHandler")]
[set: Android.Runtime.Register("setWidgetLayoutResource", "(I)V", "GetSetWidgetLayoutResource_IHandler")]
public virtual int WidgetLayoutResource { get; set; }

See Also

Preference.LayoutResource

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the layout resource for the controllable widget portion of this Preference.

Set method documentation [Android Documentation]

Sets the layout for the controllable widget portion of this Preference. This is inflated into the main layout. For example, a Android.Preferences.CheckBoxPreference would specify a custom layout (consisting of just the CheckBox) here, instead of creating its own main layout.

Requirements

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