Skip to main content

SchedulerControl.GetHitTestType(DependencyObject) Method

Gets the value of the SchedulerControl.HitTestType attached property for the specified object.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public static SchedulerHitTest GetHitTestType(
    DependencyObject element
)
Public Shared Function GetHitTestType(
    element As DependencyObject
) As SchedulerHitTest

Parameters

Name Type Description
element DependencyObject

The DependencyObject element from which the attached property value is read.

Returns

Type Description
SchedulerHitTest

The SchedulerHitTest property value for the element.

See Also