A newer version of this page is available.
Switch to the current version.
Page.Document Property
Gets or sets a document contained within the current Page.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[DXCategory("Document")]
public Document Document { get; set; }
<DXCategory("Document")>
Public Property Document As Document
Property Value
Type | Description |
---|---|
Document |
Remarks
The Page is a type of container capable of displaying a single Document assigned to its Document property. The figure below illustrates a Page with a Document within:
The most common scenario is a Page linked to a tile via the Tile.ActivationTarget property. In this case, you can handle the WindowsUIView.TileClick event to pass the Tile.Document property's value to the page's Document property.
Implements
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IDocumentContainer.Document
See Also
Feedback