Back to Devexpress

UIObjectService Class

maui-devexpress-dot-maui-dot-core-c660774a.md

latest1.6 KB
Original Source

UIObjectService Class

Allows you to access an associated UI element from the View Model without creating a strong-typed reference.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public class UIObjectService :
    UIServiceBase<VisualElement>,
    IUIObjectService

Implements

INotifyPropertyChanged

IUIObjectService

Inheritance

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

Extension Methods

Yield<UIObjectService>()

YieldIfNotNull<UIObjectService>()

See Also

UIObjectService Members

DevExpress.Maui.Core Namespace