Skip to main content
All docs
V25.1
  • ON

    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

    public class UIObjectService :
        UIServiceBase<VisualElement>,
        IUIObjectService

    Inheritance

    See Also