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

UIRegionBase.SetInheritedService(DependencyObject, UIRegionBase) Method

Namespace: DevExpress.Mvvm.UI.ModuleInjection

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public static void SetInheritedService(
    DependencyObject obj,
    UIRegionBase value
)

Parameters

Name Type
obj DependencyObject
value UIRegionBase
See Also