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

UIServiceBase<T> Class

The base class for the UIServiceBase.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.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