Skip to main content
.NET 6.0+

MdiShowViewStrategy.GetActiveInspector(WinWindow) Method

Returns the active Inspector Window of a particular Explorer Window.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public WinWindow GetActiveInspector(
    WinWindow explorer
)

Parameters

Name Type Description
explorer WinWindow

A WinWindow object representing the Explorer Window whose active Inspector Window must be returned.

Returns

Type Description
WinWindow

A WinWindow object representing the active Inspector Window of the specified Explorer Window.

Remarks

An XAF Windows Forms application provides two types of Windows - Explorer and Inspector.

  • Explorer Window - contains navigation items and can display several List and Detail Views in tabs (when the MDI is used).
  • Inspector Window - does not provide navigation items and displays a single View

Generally, you do not need to use this method.

See Also