C# Class MvvmCross.AutoView.Auto.Dialog.DateAuto

Inheritance: ValueElementAuto
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
DateAuto ( string key = null, Expression bindingExpression = null, string converter = null, string converterParameter = null, string value = null, string caption = null, string onlyFor = null, string notFor = null, Expression selectedCommand = null, string layoutName = null ) : System

Method Details

DateAuto() public method

public DateAuto ( string key = null, Expression bindingExpression = null, string converter = null, string converterParameter = null, string value = null, string caption = null, string onlyFor = null, string notFor = null, Expression selectedCommand = null, string layoutName = null ) : System
key string
bindingExpression Expression
converter string
converterParameter string
value string
caption string
onlyFor string
notFor string
selectedCommand Expression
layoutName string
return System