Back to Devexpress

UIServiceBase<T> Class

maui-devexpress-dot-maui-dot-core-dot-uiservicebase-1.md

latest1.6 KB
Original Source

UIServiceBase<T> Class

An abstract base class used to create UI services in MAUI applications.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public abstract class UIServiceBase<T> :
    Behavior<T>,
    UIServiceBaseProperties.IUIServiceBaseProperties
    where T : BindableObject

Type Parameters

NameDescription
T

The type of the BindableObject that the service operates on.

|

Implements

INotifyPropertyChanged

Inheritance

System.Object BindableObject Behavior Behavior<T> UIServiceBase<T> UIObjectService

Extension Methods

Yield<UIServiceBase<T>>()

YieldIfNotNull<UIServiceBase<T>>()

See Also

UIServiceBase<T> Members

DevExpress.Maui.Core Namespace