Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListItem Class / DependencyObjectType Property


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