Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
public IContentContainer ActivationTarget { get; set; }

#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