Android.Dialog.EntryElement.EntryElement C# (CSharp) Method

EntryElement() public method

public EntryElement ( string caption, string value ) : System
caption string
value string
return System
        public EntryElement(string caption, string value)
            : this(caption, value, Resource.Layout.dialog_textfieldright)
        {
        }

Same methods

EntryElement::EntryElement ( string caption, string value, int layoutId ) : System
EntryElement::EntryElement ( string caption, string hint, string value ) : System