Skip to main content
All docs
V26.1
  • Interaction.GetBehaviorsTemplate(DependencyObject) Method

    Get the value of the Interaction.BehaviorsTemplate attached property to a specified Interaction.

    Namespace: DevExpress.Mvvm.UI.Interactivity

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public static DataTemplate GetBehaviorsTemplate(
        DependencyObject d
    )

    Parameters

    Name Type Description
    d DependencyObject

    An associated object.

    Returns

    Type Description
    DataTemplate

    A behavior template.

    See Also