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


In This Topic
    DuplicateParentStateEnabled Property (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property DuplicateParentStateEnabled As Boolean
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Boolean
     
    instance.DuplicateParentStateEnabled = value
     
    value = instance.DuplicateParentStateEnabled
    public virtual bool DuplicateParentStateEnabled {get; set;}
    See Also