Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElementsPane Class / Owner Property

In This Topic
    Owner Property (CoverElementsPane)
    In This Topic
    Gets the object representing the CoverElementsPane object owner. This is a dependency property. Default value is null.
    Syntax
    'Declaration
     
    
    Public Property Owner As Object
    public object Owner {get; set;}
    Remarks
    The CoverElementsPane class doesn't use this property. It is meant for using by external or derived classes.
    See Also