MdiShowViewStrategy.GetActiveInspector(WinWindow) Method
Returns the active Inspector Window of a particular Explorer Window.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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