[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentsCoverPane.IsHostElementInternal

IsHostElementInternal Method

IsHostElementInternal(FrameworkElement)

Checks whether specified element is hosted in the same host as the current CoverElementsPane instance.

Declaration
protected override bool IsHostElementInternal(FrameworkElement element)
Parameters
Type Name Description
FrameworkElement element

The FrameworkElement to check.

Returns
Type Description
bool

Returns True if specified element is hosted in the same host as the current CoverElementsPane instance; False otherwise.

Overrides