Skip to main content
A newer version of this page is available. .

IWindowsUIViewController.Activate(BaseTile) Method

Activates the specific Tile.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool Activate(
    BaseTile tile
)

Parameters

Name Type Description
tile BaseTile

A Tile to be activated.

Returns

Type Description
Boolean

true if the target Tile can be activated; otherwise, false.

Remarks

The Activate method activates a specific Tile and displays its Tile.ActivationTarget. You can also activate a specific content container via the IWindowsUIViewController.Activate method.

See Also