Skip to main content

Interaction.SetBehaviorsTemplate(DependencyObject, DataTemplate) Method

Sets a data template with Behaviors and/or UI Services for the specified DependencyObject.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public static void SetBehaviorsTemplate(
    DependencyObject x,
    DataTemplate v
)

Parameters

Name Type Description
x DependencyObject

An associated object.

v DataTemplate

A behavior template.

See Also