Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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 tile animation; otherwise, false.

Remarks

See the Tile Animation topic to learn more.

See Also