Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / TextProperty Field


In This Topic
    TextProperty Field (C1ComboBox)
    In This Topic
    Identifies the Text dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly TextProperty As Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = C1ComboBox.TextProperty
    public static readonly Xamarin.Forms.BindableProperty TextProperty
    See Also