Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / DuplicateParentStateEnabled Property


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