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

UIRegionBase Class

Namespace: DevExpress.Mvvm.UI.ModuleInjection

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public abstract class UIRegionBase :
    ServiceBaseGeneric<DependencyObject>,
    IUIRegion

The following members return UIRegionBase objects:

Inheritance

Show 12 items
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<DependencyObject>
DevExpress.Mvvm.UI.ServiceBaseGeneric<DependencyObject>
See Also