Tile.Document Property
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Document | null |
Remarks
Every Tile is linked with the specific Document via the Document property. This relation creates a two-way navigation link. When a Tile is clicked, its corresponding Document is displayed, and no building application hierarchy or specifying the Tile.ActivationTarget property is required. Navigating back from the Document screen brings you back to the Tile screen.
When working in the Document Manager Designer, after creating Documents, corresponding Tiles are automatically generated. Their Document property is also set automatically.
Important
You can only have one Tile at a time that relates to each Document through the Document property. Attempts to bind multiple Tiles to one Document will cause a design-time crash. If you want to create multiple Tiles that refer to the same Document, place this Document into a Page container and set this container as an Tile.ActivationTarget for these Tiles.