Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / DisplayMemberPathProperty Field


In This Topic
    DisplayMemberPathProperty Field (C1ComboBox)
    In This Topic
    Identifies the DisplayMemberPath dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DisplayMemberPathProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1ComboBox.DisplayMemberPathProperty
    public static readonly DependencyProperty DisplayMemberPathProperty
    See Also