Interaction.SetBehaviorsTemplate(DependencyObject, DataTemplate) Method
In This Article
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 | Dependency |
An associated object. |
v | Data |
A behavior template. |
See Also