Back to Devexpress

Tile.ActivationTarget Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tile-a96fd73d.md

latest2.5 KB
Original Source

Tile.ActivationTarget Property

Gets or sets a content container displayed on the current Tile activation.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public IContentContainer ActivationTarget { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ActivationTarget As IContentContainer

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainernull

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

ActivationTarget

Content Containers

Tile Class

Tile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace