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

MdiShowViewStrategy.GetActiveExplorer() Method

Returns the active Explorer Window.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

public WinWindow GetActiveExplorer()

Returns

Type Description
WinWindow

A WinWindow object representing the active 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