Skip to main content

EventTrigger<T>.ActualEventOwner Property

Gets an actual event owner. This is a dependency property.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

#Declaration

public object ActualEventOwner { get; }

#Property Value

Type Description
Object

An actual event owner.

See Also