Skip to main content

IWindowsUIViewController.Activate(BaseTile) Method

Activates the specific Tile.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

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