WindowsUIView.ActivateDocument(BaseDocument) Method
Activates a specific Document within the WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | BaseDocument | A BaseDocument to activate. |
Remarks
The ActivateDocument method displays a Document within a separate Page.
See Also