Skip to main content

UIServiceBase<T> Class

The base class for the UIServiceBase.

Namespace: DevExpress.WinUI.Core

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

NuGet Package: DevExpress.WinUI

Declaration

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

Type Parameters

Name Description
T

An associated object.

See Also