Skip to main content
A newer version of this page is available. .

Behavior<T> Class

The base class for the WinUI behaviors.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract class Behavior<T> :
    Behavior
    where T : DependencyObject

Type Parameters

Name Description
T

A behavior’s associated object.

See Also