Skip to main content

Interaction.GetBehaviorsTemplate(DependencyObject) Method

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 DependencyObject

Returns

Type
DataTemplate
See Also