Tile.ActivationTarget Property
Gets or sets a content container displayed on the current Tile activation.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer | null | An IContentContainer object that will be shown on the current Tile activation. |
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