Skip to main content
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