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

TileContainer.AllowAnimation(BaseTile, Boolean) Method

Gets or sets whether or not Tile Animation is enabled for the target tile.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void AllowAnimation(
    BaseTile tile,
    bool allow
)

Parameters

Name Type Description
tile BaseTile

A Tile whose animation is controlled.

allow Boolean

true, to allow animating the target tile; otherwise, false.

Remarks

See the Tile Animation topic to learn more.

See Also