Skip to main content
All docs
V25.1
  • Interaction.SetBehaviorsTemplate(DependencyObject, DataTemplate) Method

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

    Namespace: DevExpress.Mvvm.UI.Interactivity

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetBehaviorsTemplate(
        DependencyObject d,
        DataTemplate template
    )

    Parameters

    Name Type Description
    d DependencyObject

    An associated object.

    template DataTemplate

    A behavior template.

    See Also