Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ColumnDropDownList Class / Parent Property


In This Topic
    Parent Property (ColumnDropDownList)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As DependencyObject
    'Usage
     
    Dim instance As ColumnDropDownList
    Dim value As DependencyObject
     
    value = instance.Parent
    public DependencyObject Parent {get;}
    See Also