Interaction.GetBehaviorsTemplate(DependencyObject) Method
In This Article
Gets 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
[DPAttached(null, Handler = "OnBehaviorsTemplateChanged")]
public static DataTemplate GetBehaviorsTemplate(
DependencyObject x
)
#Parameters
Name | Type |
---|---|
x | Dependency |
#Returns
Type |
---|
Data |
See Also