Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / ContentDescription Property


In This Topic
    ContentDescription Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ContentDescription As String
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As String
     
    instance.ContentDescription = value
     
    value = instance.ContentDescription
    public string ContentDescription {get; set;}
    See Also