Gets the object representing the CoverElementsPane object owner. This is a dependency property. Default value is null.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(null)]
public Object Owner { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property Owner As Object
	Get
	Set

Remarks

The CoverElementsPane class doesn't use this property. It is meant for using by external or derived classes.

See Also