ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Command Class / OwnerType Property

In This Topic
    OwnerType Property
    In This Topic
    Gets the type that is registered with the command.
    Syntax
    'Declaration
     
    Public ReadOnly Property OwnerType As System.Type
    public System.Type OwnerType {get;}
    See Also