A newer version of this page is available.
Switch to the current version.
Tile.ActivationTarget Property
Gets or sets a content container displayed on the current Tile activation.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
[DefaultValue(null)]
[SmartTagProperty("Activation Target", "")]
public IContentContainer ActivationTarget { get; set; }
<DefaultValue(Nothing)>
<SmartTagProperty("Activation Target", "")>
Public Property ActivationTarget As IContentContainer
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
Feedback