Tile.ActivationTarget Property
In This Article
Gets or sets a content container displayed on the current Tile activation.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | An IContent |
#Remarks
Tiles can be linked to content containers via the ActivationTarget property. If such a tile gets activated, a container specified by the ActivationTarget property will be displayed. The ActivationTarget property for individual tiles overrides their parent TileContainer‘s similar TileContainer.ActivationTarget property.
See Also